Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/hash/
H A Dhash.c165 if (raw_output) { in php_hash_do_hash()
277 if (raw_output) { in php_hash_do_hash_hmac()
472 zend_bool raw_output = 0; in PHP_FUNCTION() local
517 if (raw_output) { in PHP_FUNCTION()
915 ZEND_ARG_INFO(0, raw_output)
920 ZEND_ARG_INFO(0, raw_output)
927 ZEND_ARG_INFO(0, raw_output)
932 ZEND_ARG_INFO(0, raw_output)
939 ZEND_ARG_INFO(0, raw_output)
945 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, "s|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, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
154 if (raw_output) { in PHP_FUNCTION()
/PHP-5.3/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, "s|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, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
101 if (raw_output) { in PHP_FUNCTION()
H A Dbasic_functions.c1807 ZEND_ARG_INFO(0, raw_output)
1812 ZEND_ARG_INFO(0, raw_output)
1929 ZEND_ARG_INFO(0, raw_output)
1934 ZEND_ARG_INFO(0, raw_output)
/PHP-5.3/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_hmac_error.phpt8 * proto string hash_hmac ( string algo, string data, string key [, 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_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
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_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output
/PHP-5.3/ext/openssl/
H A Dopenssl.c343 ZEND_ARG_INFO(0, raw_output)
350 ZEND_ARG_INFO(0, raw_output)
4689 zend_bool raw_output = 0; in PHP_FUNCTION() local
4697 …ND_NUM_ARGS() TSRMLS_CC, "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
4712 if (raw_output) { in PHP_FUNCTION()
4768 zend_bool raw_output = 0; in PHP_FUNCTION() local
4777 …s", &data, &data_len, &method, &method_len, &password, &password_len, &raw_output, &iv, &iv_len) =… in PHP_FUNCTION()
4815 if (raw_output) { in PHP_FUNCTION()

Completed in 51 milliseconds