Home
last modified time | relevance | path

Searched refs:curl_setopt (Results 76 – 91 of 91) sorted by relevance

1234

/PHP-7.3/ext/curl/tests/
H A Dbug65646.phpt11 var_dump(curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true));
H A Dbug46739.phpt12 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
H A Dcurl_basic_020.phpt14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_009.phpt12 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_021.phpt14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_019.phpt15 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_008.phpt18 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug65458.phpt12 curl_setopt($ch, CURLOPT_HTTPHEADER, [ "SOAPAction: getItems" ]);
H A Dcurl_multi_info_read.phpt20 curl_setopt($conn[$i], CURLOPT_RETURNTRANSFER, 1);
H A Dcurl_basic_001.phpt25 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_error_basic.phpt32 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
/PHP-7.3/Zend/tests/
H A Dbug71930.phpt22 curl_setopt($ch1, CURLOPT_HEADERFUNCTION, $a);
/PHP-7.3/ext/standard/tests/file/
H A Dbug53241.phpt14 var_dump(curl_setopt($ch, CURLOPT_FILE, $fh));
/PHP-7.3/ext/curl/
H A Dphp_curl.h83 PHP_FUNCTION(curl_setopt);
H A Dinterface.c451 PHP_FE(curl_setopt, arginfo_curl_setopt)
3076 PHP_FUNCTION(curl_setopt) in PHP_FUNCTION() argument
/PHP-7.3/
H A DNEWS253 . Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with

Completed in 49 milliseconds

1234