Home
last modified time | relevance | path

Searched refs:curl_multi_exec (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/curl/tests/
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
23 curl_multi_exec($mh, $active);
H A Dcurl_copy_handle_variation4.phpt2 curl_copy_handle() allows to post CURLFile multiple times with curl_multi_exec()
28 $status = curl_multi_exec($mh, $active);
H A Dcurl_multi_segfault.phpt35 $mrc = curl_multi_exec($cmh, $active);
42 $mrc = curl_multi_exec($cmh, $active);
H A Dbug48203_multi.phpt2 …riation of bug #48203 with curl_multi_exec (Crash when file pointers passed to curl are closed bef…
43 curl_multi_exec($mh, $active);
H A Dbug67643.phpt18 curl_multi_exec($mh, $running);
H A Dbug68937.phpt2 Bug # #68937 (Segfault in curl_multi_exec)
H A Dbug68937_2.phpt2 Bug # #68937 (Segfault in curl_multi_exec)
H A Dcurl_multi_info_read.phpt24 $status = curl_multi_exec($mh, $active);
H A Dbug77946.phpt25 $status = curl_multi_exec($mh, $active);
H A Dcurl_multi_getcontent_basic3.phpt34 curl_multi_exec($mh,$running);
H A Dcurl_basic_018.phpt43 curl_multi_exec($mh, $running);
H A Dbug76675.phpt40 $status = curl_multi_exec($mh, $active);
H A Dbug77535.phpt51 $mrc = curl_multi_exec($this->mh, $stillRunning);
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h164 ZEND_FUNCTION(curl_multi_exec);
207 ZEND_FE(curl_multi_exec, arginfo_curl_multi_exec)
H A Dcurl.stub.php49 function curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running): int {} function
H A Dmulti.c198 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() argument

Completed in 15 milliseconds