/
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/bug69420.phpt
--TEST-- Bug #69420 (Invalid read in zend_std_get_method) --FILE-- <?php trait T { protected function test() { echo "okey"; } } class A { protected function test() { } } class B extends A { use T; public function foo() { $this->test(); } } $b = new B(); $b->foo(); ?> --EXPECT-- okey
Copyright ©2k19 -
Hexid
|
Tex7ure