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_first.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'); $list->offsetUnset(0); var_dump($list); ?> --EXPECTF-- object(SplDoublyLinkedList)#1 (2) { [%u|b%"flags":%u|b%"SplDoublyLinkedList":private]=> int(0) [%u|b%"dllist":%u|b%"SplDoublyLinkedList":private]=> array(2) { [0]=> %string|unicode%(3) "hai" [1]=> %string|unicode%(4) "thar" } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare