Home
last modified time | relevance | path

Searched refs:curl_multi_setopt (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/curl/tests/
H A Dcurl_multi_setopt_basic001.phpt2 curl_multi_setopt basic test
13 var_dump(curl_multi_setopt($mh, CURLMOPT_PIPELINING, 0));
16 curl_multi_setopt($mh, -1, 0);
24 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
H A Dcurl_multi_errno_strerror_001.phpt18 curl_multi_setopt($mh, -1, -1);
30 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
H A Dbug76675.phpt29 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
30 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug77535.phpt72 curl_multi_setopt($this->mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
73 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h155 ZEND_FUNCTION(curl_multi_setopt);
198 ZEND_FE(curl_multi_setopt, arginfo_curl_multi_setopt)
H A Dcurl.stub.php30 function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {} function
H A Dmulti.c457 error = curl_multi_setopt(mh->multi, option, lval); in _php_curl_multi_setopt()
471 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt()
475 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHDATA, mh); in _php_curl_multi_setopt()
491 PHP_FUNCTION(curl_multi_setopt) in PHP_FUNCTION() argument

Completed in 9 milliseconds