Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 25 of 114) sorted by last modified time

12345

/php-src/ext/standard/
H A Dbasic_functions.stub.php2203 function md5(string $string, bool $binary = false): string {}
H A Dbasic_functions_arginfo.h2506 ZEND_FUNCTION(md5);
3139 ZEND_FE(md5, arginfo_md5)
H A Dconfig.m4441 info.c iptc.c link.c mail.c math.c md5.c metaphone.c \
H A Dmd5.c42 PHP_FUNCTION(md5) in PHP_FUNCTION() argument
/php-src/ext/phar/phar/
H A Dpharcommand.inc95 …'select' => ['md5' => 'MD5','sha1' => 'SHA1', 'sha256' => 'SHA256', 'sha512' => 'SHA512', 'openssl…
421 case 'md5':
/php-src/ext/opcache/tests/jit/
H A Dsend_val_001.phpt12 $key = md5(
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc130 $temp_file = tempnam(md5(uniqid(rand(), TRUE)), '');
/php-src/ext/standard/tests/strings/
H A Dexplode.phpt14 echo md5(var_export(explode("\1", "a". chr(1). "b". chr(0). "d" . chr(1) . "f" . chr(1). "1" . chr(…
H A Dstrrev.phpt12 var_dump(md5(strrev($str)));
H A Dstrstr.phpt11 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
/php-src/ext/sockets/tests/
H A Dbug76839.phpt19 $senderSocketPath = '/tmp/' . substr(md5(rand()), 0, rand(8, 16)) . '.sock';
23 $receiverSocketPath = '/tmp/' . substr(md5(rand()), 0, rand(8, 16)) . '.sock';
/php-src/ext/mysqli/tests/bind_fetch/
H A Dmysql_functions.phpt16 $stmt = mysqli_prepare($link, "SELECT md5('bar'), database(), 'foo'");
/php-src/ext/hash/tests/
H A Dreuse.phpt6 $h = hash_init('md5');
H A Dhash_file_basic1.phpt33 echo "md5: " . hash_file('md5', $file). "\n";
53 echo "md5(raw): " . bin2hex(hash_file('md5', $file, TRUE)). "\n";
67 md5: 704bf818448f5bbb94061332d2c889aa
86 md5(raw): 704bf818448f5bbb94061332d2c889aa
/php-src/ext/mysqli/tests/
H A Dbug74021.phpt21 var_dump(md5($r['a']));
22 var_dump(md5($r['b']));
/php-src/.github/scripts/
H A Dsetup-slapd.sh76 olcAuthzRegexp: uid=usera,cn=digest-md5,cn=auth cn=usera,dc=my-domain,dc=com
/php-src/ext/soap/tests/
H A Dbug73037.phpt44 md5(uniqid()),
/php-src/sapi/cgi/tests/
H A Dbug75574_utf8.phpt19 $fn = __DIR__ . DIRECTORY_SEPARATOR . md5(uniqid());
/php-src/ext/standard/tests/streams/
H A Dbug70198.phpt19 $srv_fl = __DIR__ . "/bug70198_svr_" . md5(uniqid()) . ".php";
/php-src/ext/standard/tests/general_functions/
H A Dbug70018.phpt7 $test_fl = __DIR__ . DIRECTORY_SEPARATOR . md5(uniqid());
/php-src/ext/standard/tests/file/
H A Dbug26938.phpt24 print "md5(line $i)= " . md5($out[$i]) . " (length " .
28 md5(line 0)= e86410fa2d6e2634fd8ac5f4b3afe7f3 (length 10)
29 md5(line 1)= e84debf3a1d132871d7fe45c1c04c566 (length 20000)
30 md5(line 2)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
31 md5(line 3)= 2ecdde3959051d913f61b14579ea136d (length 5)
32 md5(line 4)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
33 md5(line 5)= 902fbdd2b1df0c4f70b4a5d23525e932 (length 3)
/php-src/sapi/cli/tests/
H A Dphp_cli_server_007.phpt10 …ader(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="'.md5("foo").'"\');');
/php-src/ext/zip/tests/
H A Dbug64342_0.phpt11 $f = md5(uniqid()) . '.txt';
/php-src/ext/xmlwriter/tests/
H A DOO_004.phpt22 $md5_res = md5('<?xml version="1.0" encoding="UTF-8"?>
H A D004.phpt21 $md5_res = md5('<?xml version="1.0" encoding="UTF-8"?>

Completed in 44 milliseconds

12345