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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/hash/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/hash/tests/hash_update_file.phpt |
--TEST-- hash_update_file() function - basic test --CREDITS-- marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br --SKIPIF-- <?php if (!extension_loaded('hash')) die('skip hash extension not available'); ?> --FILE-- <?php $filePath = __DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt'; file_put_contents($filePath, 'The quick brown fox jumped over the lazy dog.'); $ctx = hash_init('md5'); var_dump(hash_update_file($ctx, $filePath)); echo hash_final($ctx); ?> --EXPECT-- bool(true) 5c6ffbdd40d9556b73a21e63c3e0e904 --CLEAN-- <?php unlink(__DIR__ . DIRECTORY_SEPARATOR . 'hash_update_stream.txt'); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare