/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug71414.phpt
--TEST-- Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal error) --FILE-- <?php interface InterfaceY { public function z(): string; } trait TraitY { public function z(): string { } } class X { public function z() { } } class Y extends X implements InterfaceY { use TraitY; } echo "ok"; ?> --EXPECT-- ok
Copyright ©2k19 -
Hexid
|
Tex7ure