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/bug71154.phpt |
--TEST-- Bug #71154: Incorrect HT iterator invalidation causes iterator reuse --FILE-- <?php $array = [1, 2, 3]; foreach ($array as &$ref) { /* Free array, causing free of iterator */ $array = []; /* Reuse the iterator. * However it will also be reused on next foreach iteration */ $it = new ArrayIterator([1, 2, 3]); $it->rewind(); } var_dump($it->current()); ?> --EXPECT-- int(1)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare