blob: 8a76feb218b5c89ce26f80afc44033dbbe424164 [file] [log] [blame]
<?php
class TestMethods2 extends TestMethods {
public function m2() {
}
public function newMethod() {}
}
?>