/
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/ns_070.phpt
--TEST-- Testing parameter type-hinted with default value inside namespace --FILE-- <?php namespace foo; class bar { public function __construct(\stdclass $x = NULL) { var_dump($x); } } new bar(new \stdclass); new bar(null); ?> --EXPECTF-- object(stdClass)#%d (0) { } NULL
Copyright ©2k19 -
Hexid
|
Tex7ure