/PHP-8.0/ext/standard/tests/url/ |
H A D | parse_url_basic_010.phpt | 2 Test parse_url() function : check values of URL related constants 6 * check values of URL related constants
|
H A D | parse_url_relative_scheme.phpt | 2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
|
H A D | parse_url_error_002.phpt | 43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
|
H A D | parse_url_basic_004.phpt | 2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component 6 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
|
H A D | parse_url_basic_006.phpt | 2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component 6 * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_construct_invalidurl.phpt | 2 Phar object passed URL 26 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre… 27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
|
H A D | pharfileinfo_construct.phpt | 55 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_error_basic.phpt | 24 // Fake URL to trigger an error 27 echo "== Testing curl_error with a fake URL ==\n"; 39 == Testing curl_error with a fake URL ==
|
H A D | curl_copy_handle_basic.phpt | 17 // set URL and other appropriate options
|
H A D | curl_basic_007.phpt | 23 string(%d) "No URL set%A"
|
H A D | curl_copy_handle_variation1.phpt | 17 // set URL and other appropriate options
|
H A D | curl_CURLOPT_READDATA.phpt | 13 // The URL to POST to
|
H A D | curl_multi_getcontent_basic3.phpt | 16 //SET URL AND OTHER OPTIONS
|
/PHP-8.0/win32/build/ |
H A D | template.rc | 29 #ifndef URL 30 #define URL "http://www.php.net/" 75 VALUE "URL", URL
|
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_documentURI_basic.phpt | 28 echo "Set documentURI to a URL, reading again:\n"; 37 Set documentURI to a URL, reading again:
|
/PHP-8.0/ext/session/tests/ |
H A D | bug51338.phpt | 2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
|
/PHP-8.0/ext/soap/ |
H A D | php_xml.c | 107 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile() 108 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile() 155 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory() 156 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | stream_rfc2397_002.phpt | 54 Warning: fopen(data://): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph… 73 Warning: fopen(data://;base64): Failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397… 144 Warning: fopen(data://text/plain;foo=bar;bar=baz): Failed to open stream: rfc2397: no comma in URL …
|
H A D | php_fd_wrapper_03.phpt | 13 Warning: fopen(): Invalid php:// URL specified in %s on line %d
|
H A D | parse_ini_file.phpt | 28 URL = http://www.php.net 230 [URL] => http://www.php.net 349 [URL] => http://www.php.net
|
/PHP-8.0/ext/imap/tests/ |
H A D | imap_savebody_basic.phpt | 17 //with URL
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug65538_002.phpt | 2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
|
/PHP-8.0/Zend/ |
H A D | zend_extensions.h | 81 char *URL; member
|
/PHP-8.0/ext/libxml/ |
H A D | libxml.c | 578 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument 592 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader() 600 if (URL != NULL) { in _php_libxml_external_entity_loader() 601 ZVAL_STRING(¶ms[1], URL); in _php_libxml_external_entity_loader() 699 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument 713 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader() 715 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 26 URL = http://www.php.net 220 [URL] => http://www.php.net 339 [URL] => http://www.php.net
|