Home
last modified time | relevance | path

Searched refs:CURLOPT_URL (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-8.3/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt16 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 Dcurl_copy_handle_variation2.phpt23 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 Dcurl_reset.phpt19 curl_setopt($ch, CURLOPT_URL, 'file://' . $log_file);
23 curl_setopt($ch, CURLOPT_URL, 'file://' . $log_file);
H A Dcurl_share_basic.phpt11 curl_setopt($ch1, CURLOPT_URL, 'file://' . __DIR__ . '/curl_testdata1.txt');
16 curl_setopt($ch2, CURLOPT_URL, 'file://' . __DIR__ . '/curl_testdata2.txt');
H A Dbug45161.phpt17 curl_setopt($ch, CURLOPT_URL, 'http://127.0.0.1:9/');
26 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
H A Dcurl_setopt_basic004.phpt21 curl_setopt($ch, CURLOPT_URL, $url);
33 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_multi_getcontent_basic3.phpt26 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 Dbug68089.phpt11 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_020.phpt14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_021.phpt14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_handle_clone.phpt12 curl_setopt($ch1, CURLOPT_URL, $host);
H A Dbug66109.phpt10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=method");
H A Dbug67643.phpt8 curl_setopt($ch, CURLOPT_URL, 'file://'. __DIR__ . DIRECTORY_SEPARATOR .'curl_testdata1.txt');
H A Dcurl_basic_019.phpt15 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug80595.phpt13 CURLOPT_URL => "{$host}/get.inc?test=post",
H A Dcurl_basic_009.phpt13 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_026.phpt20 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_023.phpt22 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_025.phpt20 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_030.phpt20 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_upkeep_001.phpt16 curl_setopt($ch,CURLOPT_URL,$url);
H A Dcurl_basic_008.phpt19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_copy_handle_basic.phpt16 curl_setopt($ch, CURLOPT_URL, 'http://www.example.com/');
H A Dbug77711.phpt12 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dbug79033.phpt11 CURLOPT_URL => "{$host}/get.inc?test=post",

Completed in 19 milliseconds

1234