Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
11 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
12 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
15 var_dump(parse_url($url, -1));
18 var_dump(parse_url($url, 99));
23 *** Testing parse_url() : error conditions: url component specifier out of range ***
/PHP-7.4/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
11 $url = "fakeURL";
12 $ip = gethostbyname($url);
13 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_setopt_basic004.phpt17 $url = "{$host}/";
21 curl_setopt($ch, CURLOPT_URL, $url);
33 curl_setopt($ch, CURLOPT_URL, $url);
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_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 Dbug77946.phpt19 foreach ($urls as $i => $url) {
20 $conn[$i] = curl_init($url);
34 foreach ($urls as $i => $url) {
H A Dcurl_basic_011.phpt21 $url = "{$host}/get.inc?test=cookie";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_012.phpt21 $url = "{$host}/get.inc?test=httpversion";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt21 $url = "{$host}/get.inc?test=httpversion";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_multi_info_read.phpt17 foreach ($urls as $i => $url) {
18 $conn[$i] = curl_init($url);
31 foreach ($urls as $i => $url) {
H A Dbug68089.phpt10 $url = "file:///etc/passwd\0http://google.com";
12 var_dump(curl_setopt($ch, CURLOPT_URL, $url));
H A Dcurl_CURLOPT_READDATA.phpt14 $url = $host . '/get.inc?test=post';
22 $ch = curl_init($url);
23 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_001.phpt21 $url = "{$host}/get.inc?test=get";
25 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_002.phpt22 $url = "{$host}/get.inc?test=get";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_005.phpt22 $url = "{$host}/get.inc?test=useragent";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_005.phpt16 $url = "{$host}/get.inc?test=getpost";
23 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-7.4/ext/filter/
H A Dlogical_filters.c576 php_url *url; in php_filter_validate_url() local
593 if (url == NULL) { in php_filter_validate_url()
613 php_url_free(url); in php_filter_validate_url()
619 php_url_free(url); in php_filter_validate_url()
625 url->scheme == NULL || in php_filter_validate_url()
627 …(url->host == NULL && (strcmp(ZSTR_VAL(url->scheme), "mailto") && strcmp(ZSTR_VAL(url->scheme), "n… in php_filter_validate_url()
631 php_url_free(url); in php_filter_validate_url()
635 if ((url->user != NULL && !is_userinfo_valid(url->user)) in php_filter_validate_url()
636 || (url->pass != NULL && !is_userinfo_valid(url->pass)) in php_filter_validate_url()
638 php_url_free(url); in php_filter_validate_url()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
11 $url = ""
18 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-7.4/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-7.4/main/streams/
H A Dplain_wrapper.c1156 url += sizeof("file://") - 1; in php_plain_files_url_stater()
1174 return VCWD_STAT(url, &ssb->sb); in php_plain_files_url_stater()
1182 url += sizeof("file://") - 1; in php_plain_files_unlink()
1189 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1392 url += sizeof("file://") - 1; in php_plain_files_rmdir()
1400 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_rmdir()
1406 if (VCWD_RMDIR(url) < 0) { in php_plain_files_rmdir()
1428 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_metadata()
1435 url += sizeof("file://") - 1; in php_plain_files_metadata()
1454 ret = VCWD_UTIME(url, newtime); in php_plain_files_metadata()
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug44818.phpt5 function test($url, $mode) {
6 echo "$url, $mode\n";
7 $fd = fopen($url, $mode);
/PHP-7.4/ext/filter/tests/
H A Dbug77423.phpt9 foreach ($urls as $url) {
10 var_dump(filter_var($url, FILTER_VALIDATE_URL));

Completed in 46 milliseconds

123456