raw_output        124 ext/hash/hash.c 	zend_bool raw_output = raw_output_default;
raw_output        129 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|b", &algo, &algo_len, &data, &data_len, &raw_output) == FAILURE) {
raw_output        169 ext/hash/hash.c 	if (raw_output) {
raw_output        242 ext/hash/hash.c 	zend_bool raw_output = raw_output_default;
raw_output        248 ext/hash/hash.c 																  &key, &key_len, &raw_output) == FAILURE) {
raw_output        299 ext/hash/hash.c 	if (raw_output) {
raw_output        502 ext/hash/hash.c 	zend_bool raw_output = 0;
raw_output        506 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|b", &zhash, &raw_output) == FAILURE) {
raw_output        541 ext/hash/hash.c 	if (raw_output) {
raw_output        616 ext/hash/hash.c 	zend_bool raw_output = 0;
raw_output        620 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssl|lb", &algo, &algo_len, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_output) == FAILURE) {
raw_output        661 ext/hash/hash.c 		if (!raw_output) {
raw_output        666 ext/hash/hash.c 	if (!raw_output) {
raw_output        720 ext/hash/hash.c 	if (raw_output) {
raw_output       1111 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1116 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1123 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1128 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1135 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1141 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1148 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1155 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1183 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1199 ext/hash/hash.c 	ZEND_ARG_INFO(0, raw_output)
raw_output        110 ext/hash/hash_md.c 	zend_bool raw_output = 0;
raw_output        115 ext/hash/hash_md.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output        123 ext/hash/hash_md.c 	if (raw_output) {
raw_output        139 ext/hash/hash_md.c 	zend_bool raw_output = 0;
raw_output        147 ext/hash/hash_md.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output        170 ext/hash/hash_md.c 	if (raw_output) {
raw_output         93 ext/hash/hash_sha.c 	zend_bool raw_output = 0;
raw_output         98 ext/hash/hash_sha.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output        106 ext/hash/hash_sha.c 	if (raw_output) {
raw_output        123 ext/hash/hash_sha.c 	zend_bool raw_output = 0;
raw_output        131 ext/hash/hash_sha.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output        154 ext/hash/hash_sha.c 	if (raw_output) {
raw_output        144 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, raw_output)
raw_output        383 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1845 ext/openssl/openssl.c 	zend_bool raw_output = 0;
raw_output       1850 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|sb", &zcert, &method, &method_len, &raw_output) == FAILURE) {
raw_output       1860 ext/openssl/openssl.c 	fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output);
raw_output       5154 ext/openssl/openssl.c 	zend_bool raw_output = 0;
raw_output       5162 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) {
raw_output       5177 ext/openssl/openssl.c 		if (raw_output) {
raw_output       1774 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1779 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1924 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw_output)
raw_output       1929 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw_output)
raw_output         50 ext/standard/md5.c 	zend_bool raw_output = 0;
raw_output         55 ext/standard/md5.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &arg, &raw_output) == FAILURE) {
raw_output         63 ext/standard/md5.c 	if (raw_output) {
raw_output         79 ext/standard/md5.c 	zend_bool raw_output = 0;
raw_output         87 ext/standard/md5.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output        114 ext/standard/md5.c 	if (raw_output) {
raw_output         38 ext/standard/sha1.c 	zend_bool raw_output = 0;
raw_output         43 ext/standard/sha1.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|b", &arg, &raw_output) == FAILURE) {
raw_output         51 ext/standard/sha1.c 	if (raw_output) {
raw_output         69 ext/standard/sha1.c 	zend_bool raw_output = 0;
raw_output         77 ext/standard/sha1.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) {
raw_output         96 ext/standard/sha1.c 	if (raw_output) {