Home
last modified time | relevance | path

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

123

/PHP-7.4/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
20 echo '*** Testing curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ***' . "\n";
26 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
36 *** Testing curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ***
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 Dbug52202.phpt10 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
H A Dbug46739.phpt12 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
H A Dcurl_copy_handle_basic_008.phpt14 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug54995.phpt17 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug66109.phpt11 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug67643.phpt11 curl_setopt($ch, CURLOPT_RETURNTRANSFER, false);
H A Dbug68937.phpt18 CURLOPT_RETURNTRANSFER => true,
H A Dbug80595.phpt11 CURLOPT_RETURNTRANSFER => true,
H A Dbug71523.phpt13 curl_setopt($base, CURLOPT_RETURNTRANSFER, true);
H A Dbug68937_2.phpt17 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_basic_023.phpt22 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug79033.phpt15 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_basic_024.phpt20 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug77711.phpt13 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug64267.phpt16 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_copy_handle_basic_009.phpt14 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dbug78775.phpt20 CURLOPT_RETURNTRANSFER => true,
H A Dcurl_file_upload_stream.phpt15 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dcurl_writeheader_callback.phpt23 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
H A Dcurl_copy_handle_basic_004.phpt20 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
/PHP-7.4/ext/standard/tests/file/
H A Dbug52820.phpt12 curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
20 curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);

Completed in 23 milliseconds

123