Home
last modified time | relevance | path

Searched refs:curl_copy_handle (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/curl/tests/
H A Dbug70330.phpt2 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);
H A Dcurl_copy_handle_basic.phpt2 Test curl_copy_handle() function with basic functionality
10 echo "*** Testing curl_copy_handle(): basic ***\n";
20 $ch2 = curl_copy_handle($ch);
25 *** Testing curl_copy_handle(): basic ***
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
10 echo "*** Testing curl_copy_handle(): basic ***\n";
19 $ch2 = curl_copy_handle($ch);
27 *** Testing curl_copy_handle(): basic ***
H A Dcurl_copy_handle_basic_004.phpt2 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() ***
H A Dcurl_copy_handle_basic_005.phpt2 Test curl_copy_handle() after exec() with POST
14 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 ***
H A Dbug62839.phpt2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)
12 curl_copy_handle($curl);
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
13 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 ***
H A Dbug79199.phpt2 Bug #79199 (curl_copy_handle() memory leak)
10 $c2 = curl_copy_handle($c1);
H A Dcurl_copy_handle_variation4.phpt2 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);
H A Dcurl_progress.phpt2 Test curl_copy_handle() with CURLOPT_PROGRESSFUNCTION
15 $ch2 = curl_copy_handle($ch);
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
21 $ch2 = curl_copy_handle($ch1);
29 $ch3 = curl_copy_handle($ch2);
H A Dcurl_copy_handle_xferinfo.phpt2 Test curl_copy_handle() with CURLOPT_XFERINFOFUNCTION
20 $ch2 = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_009.phpt2 Test curl_copy_handle() with CURLINFO_HEADER_OUT
15 $ch2 = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_001.phpt2 Test curl_copy_handle() with simple get
23 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_variation3.phpt2 curl_copy_handle() allows to post CURLFile multiple times
21 $ch2 = curl_copy_handle($ch1);
H A Dcurl_copy_handle_basic_002.phpt2 Test curl_copy_handle() with simple POST
24 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_006.phpt2 Test curl_copy_handle() with User Agent
24 $copy = curl_copy_handle($ch);
H A Dcurl_copy_handle_basic_007.phpt2 Test curl_copy_handle() with simple POST
22 $copy = curl_copy_handle($ch);
H A Dbug71523.phpt13 $ch = curl_copy_handle($base);
H A Dcurlopt_private.phpt12 $curl2 = curl_copy_handle($curl);
H A Dcurl_setopt_CURLOPT_PREREQFUNCTION.phpt61 echo "\nTesting with curl_copy_handle\n";
62 $ch2 = curl_copy_handle($ch);
149 Testing with curl_copy_handle
/php-src/ext/curl/
H A Dcurl_arginfo.h142 ZEND_FUNCTION(curl_copy_handle);
179 ZEND_FE(curl_copy_handle, arginfo_curl_copy_handle)
H A Dcurl.stub.php3625 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} function
H A Dinterface.c1541 PHP_FUNCTION(curl_copy_handle) in PHP_FUNCTION() argument

Completed in 33 milliseconds