Return to bug62956.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests |
Initial revision
--TEST-- Bug #62956: "incompatible" signatures for private methods should not cause E_STRICT --FILE-- <?php class Base { private function test() {} } class Extension extends Base { private function test($arg) {} } ?> ==DONE== --EXPECT-- ==DONE==