/
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/gc_042.phpt
--TEST-- Object properties HT may need to be removed from nested data --FILE-- <?php class Test { public function __destruct() { $GLOBALS['x'] = $this; } } $t = new Test; $t->x = new stdClass; $t->x->t = $t; $a = (array) $t->x; unset($t, $a); gc_collect_cycles(); var_dump($x); ?> --EXPECT-- object(Test)#1 (1) { ["x"]=> object(stdClass)#2 (1) { ["t"]=> *RECURSION* } }
Copyright ©2k19 -
Hexid
|
Tex7ure