Home
last modified time | relevance | path

Searched refs:raw_output (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.2/ext/standard/tests/strings/
H A Dmd5_error.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
17 $raw_output = true;
20 var_dump(md5($str, $raw_output, $extra_arg));
H A Dmd5_basic1.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
H A Dmd5_basic2.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
H A Dsha1_error.phpt7 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
H A Dsha1_basic.phpt6 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
H A Dsha1_variation1.phpt6 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
H A Dsha1_variation2.phpt6 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
H A Dmd5_file.phpt6 /* Prototype: string md5_file( string filename[, bool raw_output] )
H A Dsha1_file.phpt6 /* Prototype: string sha1_file( string filename[, bool raw_output] )
/PHP-7.2/ext/hash/
H A Dhash.c167 if (raw_output) { in php_hash_do_hash()
302 if (raw_output) { in php_hash_do_hash_hmac()
516 zend_bool raw_output = 0; in PHP_FUNCTION() local
555 if (raw_output) { in PHP_FUNCTION()
723 zend_bool raw_output = 0; in PHP_FUNCTION() local
772 if (!raw_output) { in PHP_FUNCTION()
777 if (!raw_output) { in PHP_FUNCTION()
831 if (raw_output) { in PHP_FUNCTION()
1298 ZEND_ARG_INFO(0, raw_output)
1303 ZEND_ARG_INFO(0, raw_output)
[all …]
H A DREADME18 hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which …
H A Dhash_md.c113 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
118 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
126 if (raw_output) { in PHP_NAMED_FUNCTION()
142 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
150 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
173 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dhash_sha.c94 zend_bool raw_output = 0; in PHP_FUNCTION() local
99 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
107 if (raw_output) { in PHP_FUNCTION()
124 zend_bool raw_output = 0; in PHP_FUNCTION() local
132 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
155 if (raw_output) { in PHP_FUNCTION()
/PHP-7.2/ext/standard/
H A Dmd5.c50 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
58 Z_PARAM_BOOL(raw_output) in PHP_NAMED_FUNCTION()
65 if (raw_output) { in PHP_NAMED_FUNCTION()
81 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
92 Z_PARAM_BOOL(raw_output) in PHP_NAMED_FUNCTION()
118 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dsha1.c38 zend_bool raw_output = 0; in PHP_FUNCTION() local
46 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
53 if (raw_output) { in PHP_FUNCTION()
71 zend_bool raw_output = 0; in PHP_FUNCTION() local
82 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
100 if (raw_output) { in PHP_FUNCTION()
/PHP-7.2/ext/hash/tests/
H A Dhash_file_basic.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_error.phpt8 /* Prototype : string hash ( string $algo , string $data [, bool $raw_output ] )
H A Dhash_pbkdf2_basic.phpt8 …hash_hmac(string $algo, string $data, string $key [, int $length = 0 [, bool $raw_output = false]])
H A Dhash_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_hmac_basic.phpt8 …totype : string hash_hmac ( string $algo , string $data , string $key [, bool $raw_output ] )
H A Dhash_hmac_error.phpt8 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
H A Dhash_file_basic1.phpt8 /* Prototype : string hash_file ( string algo, string filename [, bool raw_output] )
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output
H A Dhash_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output
H A Dhash_pbkdf2_error.phpt8 …ing algo, string password, string salt, int iterations [, int length = 0, bool raw_output = false])

Completed in 34 milliseconds

12