Home
last modified time | relevance | path

Searched refs:URL (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
H A Dparse_url_basic_009.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL comp…
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
H A Dparse_url_basic_005.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_USER as the URL component
H A Dparse_url_basic_002.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL compon…
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
H A Dparse_url_basic_008.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL compone…
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
H A Dparse_url_basic_007.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
H A Dparse_url_basic_003.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
6 * Description: Parse a URL and return its components
12 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_construct.phpt56 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)
/PHP-7.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation7.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation9.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation17.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation16.phpt8 * Description: Open a file or a URL and return a file pointer
H A D007_variation1.phpt9 Description: Opens file or URL.
H A D007_variation17.phpt9 Description: Opens file or URL.
H A D007_variation9.phpt9 Description: Opens file or URL.
H A Dparse_ini_file.phpt33 URL = http://www.php.net
235 [URL] => http://www.php.net
354 [URL] => http://www.php.net
H A D007_variation10.phpt9 Description: Opens file or URL.
H A D007_variation18.phpt9 Description: Opens file or URL.
H A D007_variation2.phpt9 Description: Opens file or URL.
H A D007_variation6.phpt9 Description: Opens file or URL.
/PHP-7.4/Zend/
H A Dzend_extensions.h81 char *URL; member
/PHP-7.4/ext/libxml/
H A Dlibxml.c627 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
641 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
649 if (URL != NULL) { in _php_libxml_external_entity_loader()
650 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
749 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
763 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
765 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt31 URL = http://www.php.net
225 [URL] => http://www.php.net
344 [URL] => http://www.php.net

Completed in 46 milliseconds

12345