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/heap_002.phpt |
--TEST-- SPL: SplMinHeap: std operations --FILE-- <?php $h = new SplMinHeap(); // errors try { $h->extract(); } catch (RuntimeException $e) { echo "Exception: ".$e->getMessage()."\n"; } $h->insert(1); $h->insert(2); $h->insert(3); $h->insert(3); $h->insert(3); echo $h->count()."\n"; echo $h->extract()."\n"; echo $h->extract()."\n"; echo $h->extract()."\n"; echo $h->extract()."\n"; echo $h->extract()."\n"; echo $h->count()."\n"; echo "--\n"; $b = 4; $h->insert($b); $b = 5; echo $h->extract()."\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- Exception: Can't extract from an empty heap 5 1 2 3 3 3 0 -- 4 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare