Searched refs:curl_multi_exec (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/curl/tests/ |
H A D | bug71523.phpt | 2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec) 23 curl_multi_exec($mh, $active);
|
H A D | curl_copy_handle_variation4.phpt | 2 curl_copy_handle() allows to post CURLFile multiple times with curl_multi_exec() 28 $status = curl_multi_exec($mh, $active);
|
H A D | curl_multi_segfault.phpt | 35 $mrc = curl_multi_exec($cmh, $active); 42 $mrc = curl_multi_exec($cmh, $active);
|
H A D | bug48203_multi.phpt | 2 …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 D | bug67643.phpt | 18 curl_multi_exec($mh, $running);
|
H A D | bug68937.phpt | 2 Bug # #68937 (Segfault in curl_multi_exec)
|
H A D | bug68937_2.phpt | 2 Bug # #68937 (Segfault in curl_multi_exec)
|
H A D | curl_multi_info_read.phpt | 24 $status = curl_multi_exec($mh, $active);
|
H A D | bug77946.phpt | 25 $status = curl_multi_exec($mh, $active);
|
H A D | curl_multi_getcontent_basic3.phpt | 34 curl_multi_exec($mh,$running);
|
H A D | curl_basic_018.phpt | 43 curl_multi_exec($mh, $running);
|
H A D | bug76675.phpt | 40 $status = curl_multi_exec($mh, $active);
|
H A D | bug77535.phpt | 51 $mrc = curl_multi_exec($this->mh, $stillRunning);
|
/PHP-8.0/ext/curl/ |
H A D | curl_arginfo.h | 164 ZEND_FUNCTION(curl_multi_exec); 207 ZEND_FE(curl_multi_exec, arginfo_curl_multi_exec)
|
H A D | curl.stub.php | 49 function curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running): int {} function
|
H A D | multi.c | 198 PHP_FUNCTION(curl_multi_exec) in PHP_FUNCTION() argument
|
Completed in 15 milliseconds