1Bar input.php /^class Bar {$/;" c 2Foo input.php /^class Foo {$/;" c 3__construct input.php /^ function __construct () {$/;" f class:Bar 4__construct input.php /^ function __construct($a, $b) {$/;" f class:Foo 5method1 input.php /^ function method1 () {$/;" f class:Bar 6method1 input.php /^ function method1($arg) {$/;" f class:Foo 7method2 input.php /^ function method2() {$/;" f class:Foo 8