/
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/objects_028.phpt
--TEST-- Testing 'static::' and 'parent::' in calls --FILE-- <?php class bar { public function __call($a, $b) { print "hello\n"; } } class foo extends bar { public function __construct() { static::bar(); parent::bar(); } } new foo; ?> --EXPECT-- hello hello
Copyright ©2k19 -
Hexid
|
Tex7ure