Searched refs:curl_multi_setopt (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/curl/tests/ |
H A D | curl_multi_setopt_basic001.phpt | 2 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 D | curl_multi_errno_strerror_001.phpt | 18 curl_multi_setopt($mh, -1, -1); 30 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
|
H A D | bug76675.phpt | 29 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); 30 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
|
H A D | bug77535.phpt | 72 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 D | curl_arginfo.h | 155 ZEND_FUNCTION(curl_multi_setopt); 198 ZEND_FE(curl_multi_setopt, arginfo_curl_multi_setopt)
|
H A D | curl.stub.php | 30 function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {} function
|
H A D | multi.c | 457 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