Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 50) sorted by relevance

12

/PHP-8.2/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt2 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 Dpharfileinfo_construct.phpt55 '%s' is not a valid phar archive URL (must have at least phar://filename.phar)
/PHP-8.2/ext/curl/tests/
H A Dcurl_error_basic.phpt24 // 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 Dcurl_basic_007.phpt23 string(%d) "No URL set%A"
H A Dcurl_copy_handle_basic.phpt15 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt15 // set URL and other appropriate options
H A Dcurl_CURLOPT_READDATA.phpt13 // The URL to POST to
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
/PHP-8.2/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
6 * check values of URL related constants
H A Dparse_url_relative_scheme.phpt2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
H A Dparse_url_error_002.phpt43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
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 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
/PHP-8.2/win32/build/
H A Dtemplate.rc29 #ifndef URL
30 #define URL "https://www.php.net/"
75 VALUE "URL", URL
/PHP-8.2/.github/actions/build-libmysqlclient/
H A Daction.yml20 URL=https://downloads.mysql.com/archives/get/p/23/file/$LIBMYSQL
21 wget -nv $URL
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt28 echo "Set documentURI to a URL, reading again:\n";
37 Set documentURI to a URL, reading again:
/PHP-8.2/ext/session/tests/
H A Dbug51338.phpt2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
/PHP-8.2/ext/soap/
H A Dphp_xml.c110 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
111 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()
161 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
162 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
/PHP-8.2/ext/standard/tests/file/
H A Dstream_rfc2397_002.phpt54 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 Dphp_fd_wrapper_03.phpt13 Warning: fopen(): Invalid php:// URL specified in %s on line %d
H A Dparse_ini_file.phpt28 URL = http://www.php.net
230 [URL] => http://www.php.net
349 [URL] => http://www.php.net
/PHP-8.2/ext/imap/tests/
H A Dimap_savebody_basic.phpt19 //with URL
/PHP-8.2/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
/PHP-8.2/ext/libxml/
H A Dlibxml.c577 static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL, in _php_libxml_external_entity_loader() argument
591 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_external_entity_loader()
599 if (URL != NULL) { in _php_libxml_external_entity_loader()
600 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
698 static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, in _php_libxml_pre_ext_ent_loader() argument
712 return _php_libxml_external_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
714 return _php_libxml_default_entity_loader(URL, ID, context); in _php_libxml_pre_ext_ent_loader()
/PHP-8.2/Zend/
H A Dzend_extensions.h81 const char *URL; member
/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt26 URL = http://www.php.net
220 [URL] => http://www.php.net
339 [URL] => http://www.php.net

Completed in 28 milliseconds

12