Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 6 of 6) sorted by relevance

/PHP-5.4/ext/standard/
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
86 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
141 …refix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); in php_url_encode_hash_ex()
154 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
174 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
193 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
217 long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
219 …RMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { in PHP_FUNCTION()
228 … NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, enc_type TSRMLS_CC) == FAI… in PHP_FUNCTION()
H A Dphp_http.h31 zval *type, char *arg_sep, int enc_type TSRMLS_DC);
H A Dbasic_functions.c1520 ZEND_ARG_INFO(0, enc_type)
/PHP-5.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt7 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…
H A Dhttp_build_query_variation3.phpt11 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…
H A Dhttp_build_query_variation2.phpt7 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…

Completed in 22 milliseconds