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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/generators/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/generators/bug71297.phpt |
--TEST-- Bug #71297 (Memory leak with consecutive yield from) --FILE-- <?php function foo() { yield array_fill(0, 10000, 4); } function genLeak() { $i = 0; while (1) { yield from foo(); print $i++; } } $x = 0; foreach (genLeak() as $i) { if ($x++ == 3) break; } ?> --EXPECT-- 012
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare