/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
tests
/
classes
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/tests/classes/inheritance_008.phpt
--TEST-- Ensure private methods with the same name are not checked for inheritance rules - static --FILE-- <?php class A { static private function foo() { } private function bar() {} } class B extends A { private function foo() {} static private function bar() {} } echo 'OK'; ?> --EXPECT-- OK
Copyright ©2k19 -
Hexid
|
Tex7ure