Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 156) sorted by relevance

1234567

/php-src/ext/curl/tests/
H A Dcurl_basic_015.phpt2 Test curl_init() function with $url parameter defined
9 $url = 'http://www.example.com/';
10 $ch = curl_init($url);
11 var_dump($url == curl_getinfo($ch, CURLINFO_EFFECTIVE_URL));
H A Dcurl_error_basic.phpt2 curl_error() function - basic test for curl_error using a fake url
12 $url = "fakeURL";
13 $ip = gethostbyname($url);
14 if ($ip != $url) die("skip 'fakeURL' resolves to $ip\n");
26 $url = "fakeURL";
31 $ch = curl_init($url);
H A Dcurl_basic_019.phpt12 $url = "http://{$host}/get.inc?test=";
15 curl_setopt($ch, CURLOPT_URL, $url);
18 var_dump($url == $info);
H A Dcurl_basic_011.phpt15 $url = "{$host}/get.inc?test=cookie";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_012.phpt15 $url = "{$host}/get.inc?test=httpversion";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt15 $url = "{$host}/get.inc?test=httpversion";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_002.phpt16 $url = "{$host}/get.inc?test=get";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_005.phpt16 $url = "{$host}/get.inc?test=useragent";
22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_004.phpt16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_001.phpt16 $url = "{$host}/get.inc?test=get";
20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_004.phpt16 $url = "{$host}/get.inc?test=referer";
22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_006.phpt16 $url = "{$host}/get.inc?test=get";
20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_001.phpt16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_setopt_basic004.phpt17 $url = "{$host}/";
21 curl_setopt($ch, CURLOPT_URL, $url);
33 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug77946.phpt13 foreach ($urls as $i => $url) {
14 $conn[$i] = curl_init($url);
28 foreach ($urls as $i => $url) {
H A Dcurl_multi_info_read.phpt15 foreach ($urls as $i => $url) {
16 $conn[$i] = curl_init($url);
29 foreach ($urls as $i => $url) {
/php-src/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
5 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
6 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
9 var_dump(parse_url($url, -1));
13 parse_url($url, 99);
21 *** Testing parse_url() : error conditions: url component specifier out of range ***
/php-src/ext/standard/tests/general_functions/
H A Durl_rewriting_basic1.phpt25 <a href="//url-rewriter.com/foo.php"></a>
26 <a href="http://url-rewriter.com/foo.php"></a>
27 <a href="bad://url-rewriter.com/foo.php"></a>
28 <a href="//www.url-rewriter.com/foo.php"></a>
53 ini_set('url_rewriter.hosts', 'url-rewriter.com');
97 <a href="bad://url-rewriter.com/foo.php"></a>
98 <a href="//www.url-rewriter.com/foo.php"></a>
133 <a href="//url-rewriter.com/foo.php"></a>
134 <a href="http://url-rewriter.com/foo.php"></a>
135 <a href="bad://url-rewriter.com/foo.php"></a>
[all …]
H A Durl_rewriting_basic3.phpt25 <a href="//url-rewriter.com/foo.php"></a>
26 <a href="http://url-rewriter.com/foo.php"></a>
27 <a href="bad://url-rewriter.com/foo.php"></a>
28 <a href="//www.url-rewriter.com/foo.php"></a>
99 <a href="//url-rewriter.com/foo.php"></a>
100 <a href="http://url-rewriter.com/foo.php"></a>
101 <a href="bad://url-rewriter.com/foo.php"></a>
102 <a href="//www.url-rewriter.com/foo.php"></a>
139 <a href="bad://url-rewriter.com/foo.php"></a>
140 <a href="//www.url-rewriter.com/foo.php"></a>
[all …]
H A Durl_rewriting_basic2.phpt25 <a href="//url-rewriter.com/foo.php"></a>
26 <a href="http://url-rewriter.com/foo.php"></a>
27 <a href="bad://url-rewriter.com/foo.php"></a>
28 <a href="//www.url-rewriter.com/foo.php"></a>
53 ini_set('url_rewriter.hosts', 'url-rewriter.com');
108 <a href="bad://url-rewriter.com/foo.php"></a>
109 <a href="//www.url-rewriter.com/foo.php"></a>
146 <a href="bad://url-rewriter.com/foo.php"></a>
147 <a href="//www.url-rewriter.com/foo.php"></a>
184 <a href="bad://url-rewriter.com/foo.php"></a>
[all …]
/php-src/ext/filter/
H A Dlogical_filters.c585 php_url *url; in php_filter_validate_url() local
597 if (url == NULL) { in php_filter_validate_url()
617 php_url_free(url); in php_filter_validate_url()
623 php_url_free(url); in php_filter_validate_url()
629 url->scheme == NULL || in php_filter_validate_url()
631url->host == NULL && (!zend_string_equals_literal(url->scheme, "mailto") && !zend_string_equals_li… in php_filter_validate_url()
635 php_url_free(url); in php_filter_validate_url()
639 if ((url->user != NULL && !is_userinfo_valid(url->user)) in php_filter_validate_url()
640 || (url->pass != NULL && !is_userinfo_valid(url->pass)) in php_filter_validate_url()
642 php_url_free(url); in php_filter_validate_url()
[all …]
/php-src/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
9 $url = ""
16 var_dump(urlencode(file_get_contents($url)));
H A Dbug44034.phpt13 foreach($urls as $url) {
14 echo strtr($url, array("\r" => "\\r", "\n" => "\\n")) . "\n";
15 var_dump(file($url, FILE_IGNORE_NEW_LINES));
/php-src/ext/standard/tests/http/
H A Dbug78719.phpt11 $url = str_repeat('*', 2000);
13 "data://text/plain,HTTP/1.0 302 Ok\r\nLocation: $url\r\n\r\nBody",
20 var_dump(stream_get_meta_data($stream)['wrapper_data'][1] === "Location: $url");
/php-src/main/streams/
H A Dplain_wrapper.c1221 url += sizeof("file://") - 1; in php_plain_files_url_stater()
1240 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1248 url += sizeof("file://") - 1; in php_plain_files_unlink()
1255 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1465 url += sizeof("file://") - 1; in php_plain_files_rmdir()
1473 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_rmdir()
1479 if (VCWD_RMDIR(url) < 0) { in php_plain_files_rmdir()
1501 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_metadata()
1508 url += sizeof("file://") - 1; in php_plain_files_metadata()
1527 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
[all …]

Completed in 198 milliseconds

1234567