Home
last modified time | relevance | path

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

/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_setopt_basic001.phpt2 curl_multi_setopt basic test
9 var_dump(curl_multi_setopt($mh, CURLMOPT_PIPELINING, 0));
12 curl_multi_setopt($mh, -1, 0);
20 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
H A Dcurl_multi_errno_strerror_001.phpt14 curl_multi_setopt($mh, -1, -1);
26 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
H A Dcurl_pushfunction.phpt25 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dcurl_pushfunction_nonexistent_callback.phpt24 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
25 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, "nonexistent");
H A Dbug76675.phpt26 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug77535.phpt69 curl_multi_setopt($this->mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
70 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
/PHP-8.1/ext/curl/
H A Dmulti.c458 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
H A Dcurl.stub.php45 function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {} function
H A Dcurl_arginfo.h142 ZEND_FUNCTION(curl_multi_setopt);
177 ZEND_FE(curl_multi_setopt, arginfo_curl_multi_setopt)

Completed in 14 milliseconds