Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt2 curl_setopt_array() function - tests setting multiple cURL options with curl_setopt_array()
31 echo '== Starting test curl_setopt_array($ch, $options); ==' . "\n";
44 curl_setopt_array($ch, $options);
53 == Starting test curl_setopt_array($ch, $options); ==
H A Dbug64267.phpt16 var_dump(curl_setopt_array($c, [
25 var_dump(curl_setopt_array($c, [
H A Dcurl_basic_018.phpt36 curl_setopt_array($chs[0], $options); //set the options
37 curl_setopt_array($chs[1], $options); //set the options
38 curl_setopt_array($chs[2], $options); //set the options
H A Dbug68937.phpt14 curl_setopt_array($ch, array(
H A Dbug80595.phpt10 curl_setopt_array($ch, [
H A Dbug68937_2.phpt13 curl_setopt_array($ch, array(
H A Dbug78775.phpt18 curl_setopt_array(
H A Dbug79033.phpt10 curl_setopt_array($ch, [
H A Dbug48203_multi.phpt36 curl_setopt_array($ch1, $options);
37 curl_setopt_array($ch2, $options);
H A Dcurl_postfields_array.phpt38 curl_setopt_array($ch, $options);
/PHP-8.3/ext/curl/
H A Dcurl_arginfo.h168 ZEND_FUNCTION(curl_setopt_array);
206 ZEND_FE(curl_setopt_array, arginfo_curl_setopt_array)
H A Dcurl.stub.php3711 function curl_setopt_array(CurlHandle $handle, array $options): bool {} function
H A Dinterface.c2486 PHP_FUNCTION(curl_setopt_array) in PHP_FUNCTION() argument

Completed in 31 milliseconds