Home
last modified time | relevance | path

Searched refs:url (Results 26 – 50 of 162) sorted by relevance

1234567

/php-src/ext/curl/tests/
H A Dcurl_ssh_hostkey_trampoline.phpt31 //$url = "scp://{$host}/get.inc";
32 //$url = "scp://example.com/example.txt";
33 curl_setopt($ch, CURLOPT_URL, $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) {
H A Dbug55767.phpt13 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_002.phpt15 $url = "{$host}/get.inc?test=getpost";
22 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
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_003.phpt16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
23 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_006.phpt16 $url = "{$host}/get.inc?test=useragent";
22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_setopt_basic002.phpt21 $url = "{$host}/";
35 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dbug68089.phpt7 $url = "file:///etc/passwd\0http://google.com";
11 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_copy_handle_basic_007.phpt12 $url = "{$host}/get.inc?test=getpost";
20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_020.phpt12 $url = "{$host}/get.inc?test=";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_021.phpt11 $url = "{$host}/get.inc?test=contenttype";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_023.phpt15 $url = "{$host}/get.inc?test=";
16 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_progress.phpt10 $url = "{$host}/get.inc";
11 $ch = curl_init($url);
H A Dbug68937.phpt11 $url = "{$host}/get.inc";
13 $ch = curl_init($url);
H A Dcurl_basic_024.phpt13 $url = "{$host}/get.inc?test=";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_026.phpt19 $url = "{$host}/get.inc?test=";
20 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_009.phpt11 $url = 'a' . substr(uniqid(),0,6)."://www.example.com";
13 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_008.phpt17 $url = "http://www.".uniqid().".".uniqid();
19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_025.phpt19 $url = "{$host}/get.inc?test=";
20 curl_setopt($ch, CURLOPT_URL, $url);
/php-src/ext/standard/tests/streams/
H A Dbug44818.phpt5 function test($url, $mode) {
6 echo "$url, $mode\n";
7 $fd = fopen($url, $mode);
/php-src/ext/filter/tests/
H A Dbug81122.phpt12 foreach ($urls as $url) {
13 var_dump(filter_var($url, FILTER_VALIDATE_URL));
H A Dbug77423.phpt11 foreach ($urls as $url) {
12 var_dump(filter_var($url, FILTER_VALIDATE_URL));
/php-src/sapi/cli/
H A Dphp_http_parser.c593 MARK(url); in php_http_parser_execute()
602 MARK(url); in php_http_parser_execute()
658 CALLBACK(url); in php_http_parser_execute()
680 CALLBACK(url); in php_http_parser_execute()
695 CALLBACK(url); in php_http_parser_execute()
700 CALLBACK(url); in php_http_parser_execute()
707 CALLBACK(url); in php_http_parser_execute()
739 CALLBACK(url); in php_http_parser_execute()
743 CALLBACK(url); in php_http_parser_execute()
749 CALLBACK(url); in php_http_parser_execute()
[all …]

Completed in 24 milliseconds

1234567