Searched refs:URL (Results 1 – 25 of 131) sorted by relevance
123456
2 Test parse_url() function : check values of URL related constants6 * Description: Parse a URL and return its components12 * check values of URL related constants
6 * Description: Parse a URL and return its components45 Warning: parse_url(): Invalid URL component identifier 99 in %s on line 15
2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
8 * Description: Parse a URL and return its components87 Error: 2 - parse_url(): Invalid URL component identifier 10, %s(71)111 Error: 2 - parse_url(): Invalid URL component identifier %d, %s(71)
6 * Description: URL-encodes string
6 * Description: Decodes URL-encoded string
2 Phar object passed URL27 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…
25 // Fake URL to trigger an error28 echo "== Testing curl_error with a fake URL ==\n";40 == Testing curl_error with a fake URL ==
23 string(%d) "No URL set!%w"
17 // set URL and other appropriate options
13 // The URL to POST to
18 //SET URL AND OTHER OPTIONS
16 //SET URL AND OTHER OPTIONS
29 #ifndef URL30 #define URL "http://www.php.net/"75 VALUE "URL", URL
28 echo "Set documentURI to a URL, reading again:\n";37 Set documentURI to a URL, reading again:
2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
110 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()111 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()159 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()160 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
54 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 …
12 Warning: fopen(): Invalid php:// URL specified in %s on line %d
8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
Completed in 21 milliseconds