Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
6 * Description: Parse a URL and return its components
12 * 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.phpt6 * Description: Parse a URL and return its components
45 Warning: parse_url(): Invalid URL component identifier 99 in %s on line 15
/PHP-7.4/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt2 Phar object passed URL
27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
/PHP-7.4/ext/curl/tests/
H A Dcurl_error_basic.phpt25 // Fake URL to trigger an error
28 echo "== Testing curl_error with a fake URL ==\n";
40 == Testing curl_error with a fake URL ==
H A Dcurl_basic_007.phpt23 string(%d) "No URL set!%w"
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt17 // 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-7.4/win32/build/
H A Dtemplate.rc29 #ifndef URL
30 #define URL "http://www.php.net/"
75 VALUE "URL", URL
/PHP-7.4/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-7.4/ext/session/tests/
H A Dbug51338.phpt2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
/PHP-7.4/ext/soap/
H A Dphp_xml.c108 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
109 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-7.4/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…
75 Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397…
156 Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: rfc2397: no comma in URL
H A Dreadfile_variation7.phpt8 * Description: Output a file or a URL
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 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
/PHP-7.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation3.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
/PHP-7.4/ext/imap/tests/
H A Dimap_savebody_basic.phpt25 //with URL

Completed in 56 milliseconds

12345