Searched refs:PHP_URL_QUERY (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/standard/tests/url/ |
H A D | parse_url_basic_010.phpt | 23 PHP_URL_QUERY: 6
|
H A D | parse_url_basic_008.phpt | 2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL compone… 6 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component 12 var_dump(parse_url($url, PHP_URL_QUERY));
|
/php-src/ext/standard/ |
H A D | url.h | 46 #define PHP_URL_QUERY 6 macro
|
H A D | url.c | 360 case PHP_URL_QUERY: in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 245 const PHP_URL_QUERY = UNKNOWN; define
|
H A D | basic_functions_arginfo.h | 3538 REGISTER_LONG_CONSTANT("PHP_URL_QUERY", PHP_URL_QUERY, CONST_PERSISTENT); in register_basic_functions_symbols()
|
/php-src/ext/standard/tests/strings/ |
H A D | url_t.phpt | 83 …HEME,PHP_URL_HOST,PHP_URL_PORT,PHP_URL_USER,PHP_URL_PASS,PHP_URL_PATH,PHP_URL_QUERY,PHP_URL_FRAGME…
|
Completed in 52 milliseconds