/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
traits
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/traits/static_003.phpt
--TEST-- Traits with late static bindings. --CREDITS-- Simas Toleikis simast@gmail.com --FILE-- <?php trait TestTrait { public static function test() { return static::$test; } } class A { use TestTrait; protected static $test = "Test A"; } class B extends A { protected static $test = "Test B"; } echo B::test(); ?> --EXPECT-- Test B
Copyright ©2k19 -
Hexid
|
Tex7ure