/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
reflection
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/reflection/tests/bug63614.phpt
--TEST-- Bug #63614 (Fatal error on Reflection) --FILE-- <?php function dummy() { static $a = array(); } class Test { const A = 0; public function func() { static $a = array( self::A => 'a' ); } } $reflect = new ReflectionFunction("dummy"); print_r($reflect->getStaticVariables()); $reflect = new ReflectionMethod('Test', 'func'); print_r($reflect->getStaticVariables()); ?> --EXPECT-- Array ( [a] => Array ( ) ) Array ( [a] => Array ( [0] => a ) )
Copyright ©2k19 -
Hexid
|
Tex7ure