/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
anon
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/anon/008.phpt
--TEST-- testing static access for methods and properties in anon classes --FILE-- <?php $anonClass = new class("cats", "dogs") { public static $foo; private static $bar; public function __construct($foo, $bar) { static::$foo = $foo; static::$bar = $bar; } public static function getBar() { return static::$bar; } }; var_dump($anonClass::$foo); var_dump($anonClass::getBar()); ?> --EXPECT-- string(4) "cats" string(4) "dogs"
Copyright ©2k19 -
Hexid
|
Tex7ure