Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp.c30 zval *type, char *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
93 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
154 …prefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
172 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()
216 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
241 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
248 Z_PARAM_LONG(enc_type) in PHP_FUNCTION()
251 …NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { in PHP_FUNCTION()
H A Dphp_http.h29 zval *type, char *arg_sep, int enc_type);
H A Dbasic_functions.c1493 ZEND_ARG_INFO(0, enc_type)
/PHP-7.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.phpt7 … $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.4/ext/soap/tests/bugs/
H A Dbug73237.phpt29 ["enc_type"]=>

Completed in 27 milliseconds