Searched refs:enc_type (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | http.c | 32 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() 199 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex() 224 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local 231 Z_PARAM_LONG(enc_type) in PHP_FUNCTION() 239 …NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { in PHP_FUNCTION()
|
H A D | php_http.h | 31 zval *type, char *arg_sep, int enc_type);
|
H A D | basic_functions.c | 1490 ZEND_ARG_INFO(0, enc_type)
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | http_build_query_variation1.phpt | 7 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…
|
H A D | http_build_query_variation3.phpt | 7 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…
|
H A D | http_build_query_variation2.phpt | 7 … $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC17…
|
/PHP-7.2/ext/soap/tests/bugs/ |
H A D | bug73237.phpt | 29 ["enc_type"]=>
|
Completed in 19 milliseconds