Searched refs:PHP_URL_QUERY (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/standard/tests/url/ |
H A D | parse_url_basic_010.phpt | 29 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… 12 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component 18 var_dump(parse_url($url, PHP_URL_QUERY));
|
/PHP-7.0/ext/standard/ |
H A D | url.h | 56 #define PHP_URL_QUERY 6 macro
|
H A D | url.c | 374 case PHP_URL_QUERY: in PHP_FUNCTION()
|
H A D | basic_functions.c | 3590 REGISTER_LONG_CONSTANT("PHP_URL_QUERY", PHP_URL_QUERY, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
/PHP-7.0/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 29 milliseconds