????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 52.14.150.165 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/hash/tests/ |
Upload File : |
--TEST-- Bug #70312 HAVAL gives wrong hashes in specific cases --SKIPIF-- <?php if(!extension_loaded("hash")) print "skip"; ?> --FILE-- <?php var_dump(hash('haval128,5', '1234567890123456789012345678901234567890123456789012345678901234')); var_dump(hash('haval160,5', '1234567890123456789012345678901234567890123456789012345678901234')); var_dump(hash('haval192,5', '1234567890123456789012345678901234567890123456789012345678901234')); var_dump(hash('haval224,5', '1234567890123456789012345678901234567890123456789012345678901234')); var_dump(hash('haval256,5', '1234567890123456789012345678901234567890123456789012345678901234')); ?> --EXPECTF-- string(32) "f3f0d23819b87228b4b70ee350afaa9d" string(40) "aded6485e137f11d7292212ba3fa961714df0564" string(48) "e53da2b16269fe732e9a898a96707a9f28404d7333b02286" string(56) "c574fb307f0817b514b9bb2e7c4bfaffb7ad667aca3c8b523fefcf10" string(64) "fb73c19300b14d5cb393d929bf005e6c2d459a4c9c009e9813af1d2d3637ee8f"