/
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/lsb_013.phpt
--TEST-- ZE2 Late Static Binding is_callable() and static::method() --FILE-- <?php class Test1 { static function test() { var_dump(is_callable("static::ok")); var_dump(is_callable(array("static","ok"))); } } class Test2 extends Test1 { static function ok() { } } Test1::test(); Test2::test(); ?> --EXPECT-- bool(false) bool(false) bool(true) bool(true)
Copyright ©2k19 -
Hexid
|
Tex7ure