enc_type 1490 ext/standard/basic_functions.c ZEND_ARG_INFO(0, enc_type) enc_type 32 ext/standard/http.c zval *type, char *arg_sep, int enc_type) enc_type 83 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 142 ext/standard/http.c php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); enc_type 158 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 177 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 208 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 233 ext/standard/http.c zend_long enc_type = PHP_QUERY_RFC1738; enc_type 235 ext/standard/http.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { enc_type 244 ext/standard/http.c if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { enc_type 31 ext/standard/php_http.h zval *type, char *arg_sep, int enc_type);