Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dhttp.c88 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
163 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
184 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
207 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
H A Durl.h51 #define PHP_QUERY_RFC3986 2 macro
H A Dbasic_functions.stub.php227 const PHP_QUERY_RFC3986 = UNKNOWN; define
H A Dbasic_functions_arginfo.h3527 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC3986", PHP_QUERY_RFC3986, CONST_PERSISTENT); in register_basic_functions_symbols()
/PHP-8.2/ext/standard/tests/strings/
H A Dhttp_build_query_variation3.phpt14 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);

Completed in 26 milliseconds