Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
83 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
142 …prefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
158 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
177 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
208 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
233 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
235 …_ARGS(), "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { in PHP_FUNCTION()
244 …NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { in PHP_FUNCTION()
H A Dphp_http.h31 zval *type, char *arg_sep, int enc_type);
H A Dbasic_functions.c1493 ZEND_ARG_INFO(0, enc_type)
/PHP-7.0/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…
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug73237.phpt29 ["enc_type"]=>

Completed in 19 milliseconds