/
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/closure_052.phpt
--TEST-- Closure 052: static::class in non-static closure in static method. --FILE-- <?php class A { static function foo() { $f = function() { return static::class; }; return $f(); } } class B extends A {} var_dump(B::foo()); ?> --EXPECT-- string(1) "B"
Copyright ©2k19 -
Hexid
|
Tex7ure