/
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/bug70332.phpt
--TEST-- Bug #70332 (Wrong behavior while returning reference on object) --FILE-- <?php function & test($arg) { return $arg; } $arg = new Stdclass(); $arg->name = array(); test($arg)->name[1] = "xxxx"; print_r($arg); ?> --EXPECT-- stdClass Object ( [name] => Array ( [1] => xxxx ) )
Copyright ©2k19 -
Hexid
|
Tex7ure