Searched refs:PHP_QUERY_RFC1738 (Results 1 – 6 of 6) sorted by relevance
/PHP-5.5/ext/standard/tests/strings/ |
H A D | http_build_query_variation3.phpt | 11 …_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] ) 22 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_…
|
H A D | http_build_query_variation1.phpt | 7 …_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] )
|
H A D | http_build_query_variation2.phpt | 7 …_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738 ]]] )
|
/PHP-5.5/ext/standard/ |
H A D | url.h | 58 #define PHP_QUERY_RFC1738 1 macro
|
H A D | http.c | 216 long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION()
|
H A D | basic_functions.c | 3606 REGISTER_LONG_CONSTANT("PHP_QUERY_RFC1738", PHP_QUERY_RFC1738, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 28 milliseconds