/
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_014.phpt
--TEST-- GC 014: Too many cycles in one object --INI-- zend.enable_gc=1 --FILE-- <?php $a = new stdClass(); for ($i = 0; $i < 10001; $i++) { $b =& $a; $a->{"a".$i} = $a; } unset($b); $a->b = "xxx"; unset($a); var_dump(gc_collect_cycles() > 0); echo "ok\n"; ?> --EXPECT-- bool(true) ok
Copyright ©2k19 -
Hexid
|
Tex7ure