Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/http/http_build_query/
H A Dgh12745.phpt13 encoding_type: PHP_QUERY_RFC3986
H A Dhttp_build_query_variation3.phpt14 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
/php-src/ext/standard/
H A Durl.h51 #define PHP_QUERY_RFC3986 2 macro
H A Dhttp.c41 if (encoding_type == PHP_QUERY_RFC3986) { in php_url_encode_scalar()
63 if (encoding_type == PHP_QUERY_RFC3986) { in php_url_encode_scalar()
78 if (encoding_type == PHP_QUERY_RFC3986) { in php_url_encode_scalar()
162 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
H A Dbasic_functions.stub.php260 const PHP_QUERY_RFC3986 = UNKNOWN; define
H A Dbasic_functions_arginfo.h3640 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC3986", PHP_QUERY_RFC3986, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 29 milliseconds