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/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/dllist_memleak.phpt |
--TEST-- SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element --FILE-- <?php $dll = new SplDoublyLinkedList(); $dll->push(1); $dll->push(2); $dll->push(3); $dll->push(4); $dll->rewind(); echo $dll->current()."\n"; $dll->next(); $dll->next(); echo $dll->current()."\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- 1 3 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare