Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation6.phpt8 * Description: Output a file or a URL
H A Dreadfile_variation7.phpt8 * Description: Output a file or a URL
H A Dfopen_variation13.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation6.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation12.phpt8 * Description: Open a file or a URL and return a file pointer
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_variation16.phpt8 * Description: Open a file or a URL and return a file pointer
/PHP-5.5/ext/standard/tests/url/
H A Durlencode_error_001.phpt6 * Description: URL-encodes string
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL componen…
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 Drawurldecode_error_001.phpt6 * Description: Decodes URL-encodes string
H A Dparse_url_error_001.phpt6 * Description: Parse a URL and return its components
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_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_005.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL componen…
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_006.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL componen…
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_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
/PHP-5.5/Zend/
H A Dzend_extensions.h63 char *URL; member
/PHP-5.5/ext/imap/tests/
H A Dimap_savebody_basic.phpt25 //with URL
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_construct.phpt53 '%spharfileinfo_construct.php' is not a valid phar archive URL (must have at least phar://filename.…
/PHP-5.5/win32/
H A Dphp5dllts.rc250 VALUE "URL", "http://www.php.net"
H A Dphp5ts.rc250 VALUE "URL", "http://www.php.net"
H A Dphp5ts_cli.rc250 VALUE "URL", "http://www.php.net"
/PHP-5.5/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-5.5/ext/libxml/
H A Dlibxml.c568 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
586 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
594 if (URL != NULL) { in _php_libxml_external_entity_loader()
595 ZVAL_STRING(system, URL, 1); in _php_libxml_external_entity_loader()
693 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
708 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
710 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()

Completed in 25 milliseconds

123456