Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt12 Warning: fopen(): Invalid php:// URL specified in %s on line %d
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_variation17.phpt8 * Description: Open a file or a URL and return a file pointer
/PHP-7.0/ext/standard/tests/url/
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 Dparse_url_error_001.phpt6 * Description: Parse a URL and return its components
H A Drawurldecode_error_001.phpt6 * Description: Decodes URL-encodes string
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_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_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
/PHP-7.0/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
/PHP-7.0/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.0/ext/imap/tests/
H A Dimap_savebody_basic.phpt25 //with URL
/PHP-7.0/win32/
H A Dphp7dllts.rc250 VALUE "URL", "http://www.php.net"
H A Dphp7ts.rc250 VALUE "URL", "http://www.php.net"
H A Dphp7ts_cli.rc250 VALUE "URL", "http://www.php.net"
/PHP-7.0/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.0/ext/libxml/
H A Dlibxml.c574 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
588 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
596 if (URL != NULL) { in _php_libxml_external_entity_loader()
597 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
695 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
709 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
711 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()

Completed in 34 milliseconds

123456