Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/ext/hash/
H A Dhash.c175 if (raw_output) { in php_hash_do_hash()
303 if (raw_output) { in php_hash_do_hash_hmac()
498 zend_bool raw_output = 0; in PHP_FUNCTION() local
543 if (raw_output) { in PHP_FUNCTION()
621 zend_bool raw_output = 0; in PHP_FUNCTION() local
666 if (!raw_output) { in PHP_FUNCTION()
671 if (!raw_output) { in PHP_FUNCTION()
725 if (raw_output) { in PHP_FUNCTION()
1066 ZEND_ARG_INFO(0, raw_output)
1071 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.c110 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
115 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
123 if (raw_output) { in PHP_NAMED_FUNCTION()
139 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
147 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
170 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dhash_sha.c93 zend_bool raw_output = 0; in PHP_FUNCTION() local
98 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
106 if (raw_output) { in PHP_FUNCTION()
123 zend_bool raw_output = 0; in PHP_FUNCTION() local
131 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
154 if (raw_output) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dmd5.c51 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
56 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
64 if (raw_output) { in PHP_NAMED_FUNCTION()
80 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
88 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
111 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dsha1.c39 zend_bool raw_output = 0; in PHP_FUNCTION() local
44 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
52 if (raw_output) { in PHP_FUNCTION()
70 zend_bool raw_output = 0; in PHP_FUNCTION() local
78 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
101 if (raw_output) { in PHP_FUNCTION()
/PHP-5.5/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_hmac_error.phpt8 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
H A Dhash_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, 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_basic.phpt8 …totype : string hash_hmac ( string $algo , string $data , 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])
H A Dhash_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output

Completed in 62 milliseconds

12