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/bug63734.phpt |
--TEST-- Bug #63734 (Garbage collector can free zvals that are still referenced) --FILE-- <?php class C { public $ref; public $ary; public function __construct() { $this->ref = $this; $this->ary[] = 42; } public function __destruct() { global $ary; $ary[] = $this->ary[0]; } } $c = new C; unset($c); gc_collect_cycles(); var_dump($ary); ?> --EXPECT-- array(1) { [0]=> int(42) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare