Home
last modified time | relevance | path

Searched refs:CURLOPT_RETURNTRANSFER (Results 1 – 25 of 64) sorted by relevance

123

/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_basic004.phpt2 curl_setopt() call with CURLOPT_RETURNTRANSFER
15 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n";
20 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
28 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n";
32 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
42 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1
44 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0
H A Dcurl_basic_002.phpt2 Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1
14 echo '*** Testing curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ***' . "\n";
20 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
29 *** Testing curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ***
H A Dcurl_handle_clone.phpt13 curl_setopt($ch1, CURLOPT_RETURNTRANSFER, 1);
17 curl_setopt($ch2, CURLOPT_RETURNTRANSFER, 0);
H A Dcurl_share_basic.phpt12 curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
17 curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true);
H A Dcurl_write_return.phpt2 Test curl option CURLOPT_RETURNTRANSFER
21 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dcurl_multi_getcontent_basic3.phpt21 curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
22 curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true);
H A Dcurl_setopt_ssl.phpt78 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
92 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
106 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
120 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
136 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
152 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
168 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dskipif-nocaddy.inc4 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
H A Dbug52202.phpt8 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
H A Dbug46739.phpt10 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
H A Dbug71523.phpt9 curl_setopt($base, CURLOPT_RETURNTRANSFER, true);
H A Dbug66109.phpt11 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug67643.phpt9 curl_setopt($ch, CURLOPT_RETURNTRANSFER, false);
H A Dcurl_copy_handle_basic_008.phpt14 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug68937.phpt16 CURLOPT_RETURNTRANSFER => true,
H A Dbug80595.phpt11 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_basic_023.phpt23 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug68937_2.phpt15 CURLOPT_RETURNTRANSFER => true,
H A Dbug64267.phpt17 CURLOPT_RETURNTRANSFER => true,
H A Dbug77711.phpt13 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug78775.phpt21 CURLOPT_RETURNTRANSFER => true,
H A Dbug79033.phpt15 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_basic_024.phpt21 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dcurl_copy_handle_basic_009.phpt14 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
/PHP-8.1/ext/standard/tests/file/
H A Dbug52820.phpt12 curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
22 curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);

Completed in 40 milliseconds

123