Searched refs:URL (Results 1 – 25 of 126) sorted by relevance
123456
2 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
6 * Description: Parse a URL and return its components 45 Warning: parse_url(): Invalid URL component identifier 99 in %s on line 15
8 * Description: Parse a URL and return its components 87 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: Decodes URL-encoded string
6 * Description: URL-encodes 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
11 // The URL to POST to
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)
108 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()109 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()158 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()159 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: Output a file or a URL
12 Warning: fopen(): Invalid php:// URL specified in %s on line %d
24 // AC_DEFINE('PHP_CURL_URL_WRAPPERS', 0, 'Use curl for URL wrappers [experimental]');
Completed in 27 milliseconds