Searched refs:curl_multi_setopt (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | curl_multi_setopt_basic001.phpt | 2 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 D | curl_multi_errno_strerror_001.phpt | 14 curl_multi_setopt($mh, -1, -1); 26 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
|
H A D | curl_pushfunction.phpt | 25 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); 26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
|
H A D | curl_pushfunction_nonexistent_callback.phpt | 24 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); 25 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, "nonexistent");
|
H A D | bug76675.phpt | 26 curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); 27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
|
H A D | bug77535.phpt | 69 curl_multi_setopt($this->mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); 70 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
|
/PHP-8.2/ext/curl/ |
H A D | multi.c | 478 error = curl_multi_setopt(mh->multi, option, lval); in _php_curl_multi_setopt() 491 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHFUNCTION, _php_server_push_callback); in _php_curl_multi_setopt() 495 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHDATA, mh); in _php_curl_multi_setopt() 511 PHP_FUNCTION(curl_multi_setopt) in PHP_FUNCTION() argument
|
H A D | curl_arginfo.h | 148 ZEND_FUNCTION(curl_multi_setopt); 186 ZEND_FE(curl_multi_setopt, arginfo_curl_multi_setopt)
|
H A D | curl.stub.php | 3571 function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {} function
|
Completed in 21 milliseconds