Searched refs:curl_setopt_array (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/curl/tests/ |
H A D | curl_setopt_array_basic.phpt | 2 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 D | bug64267.phpt | 15 var_dump(curl_setopt_array($c, [ 24 var_dump(curl_setopt_array($c, [
|
H A D | curl_basic_018.phpt | 35 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 D | bug68937.phpt | 17 curl_setopt_array($ch, array(
|
H A D | bug68937_2.phpt | 16 curl_setopt_array($ch, array(
|
H A D | bug48203_multi.phpt | 31 curl_setopt_array($ch1, $options); 32 curl_setopt_array($ch2, $options);
|
/PHP-7.1/ext/curl/ |
H A D | php_curl.h | 84 PHP_FUNCTION(curl_setopt_array);
|
H A D | interface.c | 462 PHP_FE(curl_setopt_array, arginfo_curl_setopt_array) 2978 PHP_FUNCTION(curl_setopt_array) in PHP_FUNCTION() argument
|
/PHP-7.1/ |
H A D | NEWS | 3732 . Fixed bug #70163 (curl_setopt_array() type confusion). (Laruence)
|
Completed in 31 milliseconds