Home
last modified time | relevance | path

Searched refs:curl_setopt_array (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt2 curl_setopt_array() function - tests setting multiple cURL options with curl_setopt_array()
11 * Prototype: bool curl_setopt_array(resource $ch, array $options)
32 echo '== Starting test curl_setopt_array($ch, $options); ==' . "\n";
45 curl_setopt_array($ch, $options);
54 == Starting test curl_setopt_array($ch, $options); ==
H A Dbug64267.phpt15 var_dump(curl_setopt_array($c, [
24 var_dump(curl_setopt_array($c, [
H A Dcurl_basic_018.phpt35 curl_setopt_array($chs[0], $options); //set the options
36 curl_setopt_array($chs[1], $options); //set the options
37 curl_setopt_array($chs[2], $options); //set the options
H A Dbug79033.phpt10 curl_setopt_array($ch, [
H A Dbug68937.phpt17 curl_setopt_array($ch, array(
H A Dbug68937_2.phpt16 curl_setopt_array($ch, array(
H A Dbug78775.phpt17 curl_setopt_array(
H A Dbug48203_multi.phpt31 curl_setopt_array($ch1, $options);
32 curl_setopt_array($ch2, $options);
/PHP-7.3/ext/curl/
H A Dphp_curl.h84 PHP_FUNCTION(curl_setopt_array);
H A Dinterface.c452 PHP_FE(curl_setopt_array, arginfo_curl_setopt_array)
3107 PHP_FUNCTION(curl_setopt_array) in PHP_FUNCTION() argument

Completed in 17 milliseconds