Searched refs:curl_copy_handle (Results 1 – 23 of 23) sorted by relevance
2 Bug #70330 (Segmentation Fault with multiple "curl_copy_handle")8 $t3 = curl_copy_handle($t2);9 $t3 = curl_copy_handle($t2);11 $t3 = curl_copy_handle($t4);13 $t6 = curl_copy_handle($t5);
2 Test curl_copy_handle() function with basic functionality10 echo "*** Testing curl_copy_handle(): basic ***\n";20 $ch2 = curl_copy_handle($ch);25 *** Testing curl_copy_handle(): basic ***
2 Test curl_copy_handle() change options in one handle10 echo "*** Testing curl_copy_handle(): basic ***\n";19 $ch2 = curl_copy_handle($ch);27 *** Testing curl_copy_handle(): basic ***
2 Test curl_copy_handle() after exec()14 echo '*** Test curl_copy_handle() after exec() ***' . "\n";25 $copy = curl_copy_handle($ch);34 *** Test curl_copy_handle() after exec() ***
2 Test curl_copy_handle() after exec() with POST14 echo '*** Test curl_copy_handle() after exec() with POST ***' . "\n";27 $copy = curl_copy_handle($ch);36 *** Test curl_copy_handle() after exec() with POST ***
2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)12 curl_copy_handle($curl);
2 Test curl_copy_handle() add options to the handles13 echo "*** Testing curl_copy_handle(): add options after copy ***\n";19 $ch2 = curl_copy_handle($ch);36 *** Testing curl_copy_handle(): add options after copy ***
2 Bug #79199 (curl_copy_handle() memory leak)10 $c2 = curl_copy_handle($c1);
2 curl_copy_handle() allows to post CURLFile multiple times with curl_multi_exec()21 $ch2 = curl_copy_handle($ch1);22 $ch3 = curl_copy_handle($ch1);
2 Test curl_copy_handle() with CURLOPT_PROGRESSFUNCTION16 $ch2 = curl_copy_handle($ch);
2 curl_copy_handle() allows to post CURLFile multiple times if postfields change21 $ch2 = curl_copy_handle($ch1);29 $ch3 = curl_copy_handle($ch2);
2 Test curl_copy_handle() with CURLOPT_XFERINFOFUNCTION16 $ch2 = curl_copy_handle($ch);
2 Test curl_copy_handle() with CURLINFO_HEADER_OUT15 $ch2 = curl_copy_handle($ch);
2 curl_copy_handle() allows to post CURLFile multiple times21 $ch2 = curl_copy_handle($ch1);
2 Test curl_copy_handle() with simple get23 $copy = curl_copy_handle($ch);
2 Test curl_copy_handle() with simple POST24 $copy = curl_copy_handle($ch);
2 Test curl_copy_handle() with User Agent24 $copy = curl_copy_handle($ch);
2 Test curl_copy_handle() with simple POST22 $copy = curl_copy_handle($ch);
12 $curl2 = curl_copy_handle($curl);
20 $ch = curl_copy_handle($base);
143 ZEND_FUNCTION(curl_copy_handle);181 ZEND_FE(curl_copy_handle, arginfo_curl_copy_handle)
3558 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} function
1563 PHP_FUNCTION(curl_copy_handle) in PHP_FUNCTION() argument
Completed in 61 milliseconds