Home
last modified time | relevance | path

Searched refs:PHP_QUERY_RFC3986 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhttp.c93 if (enc_type == PHP_QUERY_RFC3986) { 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()
H A Durl.h60 #define PHP_QUERY_RFC3986 2 macro
H A Dbasic_functions.c3634 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC3986", PHP_QUERY_RFC3986, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation3.phpt19 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);

Completed in 14 milliseconds