Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
85 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
140 …refix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); in php_url_encode_hash_ex()
153 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
173 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
192 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
216 long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
218 …RMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { in PHP_FUNCTION()
227 … 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.c1502 ZEND_ARG_INFO(0, enc_type)
/PHP-5.6/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 27 milliseconds