Searched refs:PHP_QUERY_RFC3986 (Results 1 – 4 of 4) sorted by relevance
81 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()156 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()175 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()198 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
60 #define PHP_QUERY_RFC3986 2 macro
3650 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC3986", PHP_QUERY_RFC3986, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
19 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
Completed in 15 milliseconds