enc_type 1501 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 TSRMLS_DC) enc_type 85 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 140 ext/standard/http.c php_url_encode_hash_ex(HASH_OF(*zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); enc_type 153 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 173 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 192 ext/standard/http.c if (enc_type == PHP_QUERY_RFC3986) { enc_type 216 ext/standard/http.c long enc_type = PHP_QUERY_RFC1738; enc_type 218 ext/standard/http.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { enc_type 227 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, enc_type TSRMLS_CC) == FAILURE) { enc_type 31 ext/standard/php_http.h zval *type, char *arg_sep, int enc_type TSRMLS_DC);