Home
last modified time | relevance | path

Searched refs:CURLOPT_DEBUGFUNCTION (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_DEBUGFUNCTION.phpt2 Curl option CURLOPT_DEBUGFUNCTION
19 var_dump(CURLOPT_DEBUGFUNCTION);
28 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, function() {
83 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, null));
85 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, 'strlen'));
105 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, null));
113 echo "\n===Test CURLOPT_DEBUGFUNCTION=null works===\n";
115 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, null));
174 ===Testing with CURLOPT_DEBUGFUNCTION happy path===
200 ===Test CURLOPT_DEBUGFUNCTION=null works===
[all …]
/PHP-8.4/ext/curl/
H A Dcurl.stub.php493 const CURLOPT_DEBUGFUNCTION = UNKNOWN; define
H A Dinterface.c2266 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, curl_debug); in _php_curl_setopt()
2270 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, NULL); in _php_curl_setopt()
H A Dcurl_arginfo.h315 REGISTER_LONG_CONSTANT("CURLOPT_DEBUGFUNCTION", CURLOPT_DEBUGFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
/PHP-8.4/
H A DUPGRADING313 . Added CURLOPT_DEBUGFUNCTION support. This Curl option accepts a callable
1057 . CURLOPT_DEBUGFUNCTION.
H A DNEWS227 . Added CURLOPT_DEBUGFUNCTION as a Curl option. (Ayesh Karunaratne)

Completed in 80 milliseconds