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/pqueue_compare_basic.phpt |
--TEST-- SPL: SplPriorityQueue: test compare --CREDITS-- Mark Schaschke (mark@fractalturtle.com) TestFest London May 2009 --FILE-- <?php $h = new SplPriorityQueue(); var_dump($h->compare(4, 5) < 0); var_dump($h->compare(5, 5) == 0); var_dump($h->compare(5, 4) > 0); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- bool(true) bool(true) bool(true) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare