Searched refs:curl_copy_handle (Results 1 – 15 of 15) 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 functionality12 echo "*** Testing curl_copy_handle(): basic ***\n";22 $ch2 = curl_copy_handle($ch);28 *** 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);35 *** Test curl_copy_handle() after exec() ***
2 Test curl_copy_handle() change options in one handle12 echo "*** Testing curl_copy_handle(): basic ***\n";21 $ch2 = curl_copy_handle($ch);30 *** Testing curl_copy_handle(): basic ***
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);37 *** Test curl_copy_handle() after exec() with POST ***
2 Test curl_copy_handle() add options to the handles15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";21 $ch2 = curl_copy_handle($ch);39 *** Testing curl_copy_handle(): add options after copy ***
2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)13 curl_copy_handle($curl);
2 Test curl_copy_handle() with CURLOPT_PROGRESSFUNCTION16 $ch2 = curl_copy_handle($ch);
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);
20 $ch = curl_copy_handle($base);
79 PHP_FUNCTION(curl_copy_handle);
457 PHP_FE(curl_copy_handle, arginfo_curl_copy_handle)2086 PHP_FUNCTION(curl_copy_handle) in PHP_FUNCTION() argument
Completed in 28 milliseconds