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/SplDoublylinkedlist_offsetunset_first002.phpt |
--TEST-- SPL: SplDoublyLinkedList : offsetUnset - first element --CREDITS-- PHPNW TestFest2009 - Rowan Merewood <rowan@merewood.org> --FILE-- <?php $list = new SplDoublyLinkedList(); $list->push('oh'); $list->push('hai'); $list->push('thar'); echo $list->bottom() . "\n"; $list->offsetUnset(0); echo $list->bottom() . "\n"; ?> --EXPECT-- oh hai
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare