/
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/bug35239.phpt
--TEST-- Bug #35239 (Objects can lose references) --FILE-- <?php $a = new stdClass; $a->x0 = new stdClass; $a->x0->y0 = 'a'; $a->x0->y1 =& $a->x0; $a->x0->y2 =& $a->x0; $a->x0->y0 = 'b'; var_dump($a); $a->x0->y1 = "ok\n"; echo $a->x0; ?> --EXPECTF-- object(stdClass)#%d (1) { ["x0"]=> &object(stdClass)#%d (3) { ["y0"]=> string(1) "b" ["y1"]=> *RECURSION* ["y2"]=> *RECURSION* } } ok
Copyright ©2k19 -
Hexid
|
Tex7ure