Searched refs:CURLOPT_URL (Results 1 – 25 of 89) sorted by relevance
1234
/php-src/ext/curl/tests/ |
H A D | curl_copy_handle_variation1.phpt | 16 curl_setopt($ch, CURLOPT_URL, 'http://www.example.com/'); 21 // change the CURLOPT_URL for the second handle 22 curl_setopt($ch2, CURLOPT_URL, 'http://www.bar.com/');
|
H A D | curl_copy_handle_variation2.phpt | 23 curl_setopt($ch2, CURLOPT_URL, 'http://www.example.com/'); 28 curl_setopt($ch, CURLOPT_URL, 'http://www.example.com/'); 32 curl_setopt($ch2, CURLOPT_URL, 'http://www.bar.com/');
|
H A D | curl_reset.phpt | 19 curl_setopt($ch, CURLOPT_URL, 'file://' . $log_file); 23 curl_setopt($ch, CURLOPT_URL, 'file://' . $log_file);
|
H A D | curl_share_basic.phpt | 11 curl_setopt($ch1, CURLOPT_URL, 'file://' . __DIR__ . '/curl_testdata1.txt'); 16 curl_setopt($ch2, CURLOPT_URL, 'file://' . __DIR__ . '/curl_testdata2.txt');
|
H A D | bug45161.phpt | 17 curl_setopt($ch, CURLOPT_URL, 'http://127.0.0.1:9/'); 26 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
|
H A D | curl_setopt_basic004.phpt | 21 curl_setopt($ch, CURLOPT_URL, $url); 33 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_multi_getcontent_basic3.phpt | 26 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.inc?test=getpost&get_param=Hello%20World"); 27 curl_setopt($ch2, CURLOPT_URL, "file://".__DIR__. DIRECTORY_SEPARATOR . "curl_testdata2.txt");
|
H A D | gh16359.phpt | 12 curl_setopt($ch, CURLOPT_URL, 'file://' . $log_file);
|
H A D | bug68089.phpt | 11 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_020.phpt | 14 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_021.phpt | 14 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_023.phpt | 16 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_handle_clone.phpt | 12 curl_setopt($ch1, CURLOPT_URL, $host);
|
H A D | bug66109.phpt | 10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=method");
|
H A D | bug67643.phpt | 8 curl_setopt($ch, CURLOPT_URL, 'file://'. __DIR__ . DIRECTORY_SEPARATOR .'curl_testdata1.txt');
|
H A D | curl_basic_019.phpt | 15 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | bug80595.phpt | 13 CURLOPT_URL => "{$host}/get.inc?test=post",
|
H A D | curl_basic_026.phpt | 20 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_009.phpt | 13 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_024.phpt | 14 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_writeheader_trampoline.phpt | 23 curl_setopt($ch, CURLOPT_URL, $host);
|
H A D | curl_basic_025.phpt | 20 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_upkeep_001.phpt | 16 curl_setopt($ch,CURLOPT_URL,$url);
|
H A D | curl_basic_030.phpt | 20 curl_setopt($ch, CURLOPT_URL, $url);
|
H A D | curl_basic_008.phpt | 19 curl_setopt($ch, CURLOPT_URL, $url);
|
Completed in 36 milliseconds
1234