Home
last modified time | relevance | path

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

123456

/PHP-5.5/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_relative_scheme.phpt2 Test parse_url() function: Checks relative URL schemes (e.g. "//example.com")
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 Drawurlencode_error_001.phpt6 * Description: URL-encodes string
H A Durldecode_error_001.phpt6 * Description: Decodes URL-encoded string
/PHP-5.5/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.5/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_CURLOPT_READDATA.phpt13 // The URL to POST to
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_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
/PHP-5.5/win32/build/
H A Dtemplate.rc30 #ifndef URL
31 #define URL "http://www.php.net/"
76 VALUE "URL", URL
/PHP-5.5/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.5/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.5/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.5/ext/soap/
H A Dphp_xml.c111 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
112 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseFile()
161 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
162 ret->URL = xmlCharStrdup(ctxt->directory); in soap_xmlParseMemory()
/PHP-5.5/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 Dphp_fd_wrapper_03.phpt12 Warning: fopen(): Invalid php:// URL specified in %s on line %d
/PHP-5.5/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.phpt12 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…

Completed in 40 milliseconds

123456