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/hash/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/hash/tests/joaat.phpt |
--TEST-- Jenkins's one-at-a-time --SKIPIF-- <?php extension_loaded('hash') or die ('Skip - hash extension not available'); ?> --FILE-- <?php $tests = array( array("hello world", "3e4a5a57"), array("", 0), array("", "000000"), array("a", "ca2e9442"), array("aa", "7081738e"), ); $i = 0; $pass = true; foreach ($tests as $test) { ++$i; $result = hash("joaat", $test[0]); if ($result != $test[1]) { echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $test[1] . "'\n"; $pass = false; } } if($pass) { echo "PASS"; } ?> --EXPECT-- PASS
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare