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_007.phpt |
--TEST-- SPL: DoublyLinkedList: Iterator --FILE-- <?php $a = new SplDoublyLinkedList(); $a->push(1); $a->push(2); $a->push(3); $a->rewind(); while ($a->valid()) { var_dump($a->current(), $a->next()); } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- int(1) NULL int(2) NULL int(3) NULL ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare