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_offsetExists_success.phpt |
--TEST-- SPL SplDoublyLinkedList offsetExists returns correct values --CREDITS-- PHPNW TestFest 2009 - Ben Longden --FILE-- <?php $list = new SplDoublyLinkedList(); // Push two values onto the list $list->push('abc'); $list->push('def'); // Validate that we can see the first value if($list->offsetExists(0) === true) { echo "PASS\n"; } // Validate that we can see the second value if($list->offsetExists(1) === true) { echo "PASS\n"; } // Check that there is no third value if($list->offsetExists(2) === false) { echo "PASS\n"; } ?> --EXPECTF-- PASS PASS PASS
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare