Searched refs:PHP_QUERY_RFC3986 (Results 1 – 5 of 5) sorted by relevance
88 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()
51 #define PHP_QUERY_RFC3986 2 macro
227 const PHP_QUERY_RFC3986 = UNKNOWN; define
3527 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC3986", PHP_QUERY_RFC3986, CONST_PERSISTENT); in register_basic_functions_symbols()
14 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
Completed in 28 milliseconds