Home
last modified time | relevance | path

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

123456

/PHP-5.3/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_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
H A Dparse_url_variation_002_64bit.phpt8 * 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)
H A Durldecode_error_001.phpt6 * Description: Decodes URL-encoded string
H A Drawurlencode_error_001.phpt6 * Description: URL-encodes string
H A Durlencode_error_001.phpt6 * Description: URL-encodes string
/PHP-5.3/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-5.3/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|unicode%(%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_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error2.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_CURLOPT_READDATA.phpt11 // The URL to POST to
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
/PHP-5.3/win32/build/
H A Dtemplate.rc30 #ifndef URL
31 #define URL "http://www.php.net/"
76 VALUE "URL", URL
/PHP-5.3/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-5.3/ext/filter/docs/
H A Dfilter.txt143 validate_url URL string Validates an URL's format.
148 * SCHEME_REQUIRED: The 'schema' part of the URL
149 needs to in the passed URL.
150 * HOST_REQUIRED: The 'host' part of the URL
151 needs to in the passed URL.
152 * PATH_REQUIRED: The 'path' part of the URL
153 needs to in the passed URL.
154 * QUERY_REQUIRED: The 'query' part of the URL
155 needs to in the passed URL.
215 "a-zA-Z0-9-._" as URL encoded values.
[all …]
/PHP-5.3/ext/session/tests/
H A Dbug51338.phpt2 Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
/PHP-5.3/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()
158 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
159 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
/PHP-5.3/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_variation6.phpt8 * Description: Output a file or a 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
/PHP-5.3/ext/curl/
H A Dconfig.w3224 // AC_DEFINE('PHP_CURL_URL_WRAPPERS', 0, 'Use curl for URL wrappers [experimental]');

Completed in 30 milliseconds

123456