Searched refs:URL (Results 1 – 25 of 136) 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|unicode%(%d) "No URL set!%w"
17 // set URL and other appropriate options
18 //SET URL AND OTHER OPTIONS
13 // The URL to POST to
16 //SET URL AND OTHER OPTIONS
30 #ifndef URL31 #define URL "http://www.php.net/"76 VALUE "URL", URL
28 echo "Set documentURI to a URL, reading again:\n";37 Set documentURI to a URL, reading again:
143 validate_url URL string Validates an URL's format.148 * SCHEME_REQUIRED: The 'schema' part of the URL149 needs to in the passed URL.150 * HOST_REQUIRED: The 'host' part of the URL151 needs to in the passed URL.152 * PATH_REQUIRED: The 'path' part of the URL153 needs to in the passed URL.154 * QUERY_REQUIRED: The 'query' part of the URL155 needs to in the passed URL.215 "a-zA-Z0-9-._" as URL encoded values.[all …]
2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
111 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()112 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()160 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()161 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 …
8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
12 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
Completed in 34 milliseconds