Searched refs:CURLOPT_DEBUGFUNCTION (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/curl/tests/ |
H A D | curl_setopt_CURLOPT_DEBUGFUNCTION.phpt | 2 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 D | curl.stub.php | 493 const CURLOPT_DEBUGFUNCTION = UNKNOWN; define
|
H A D | interface.c | 2274 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, curl_debug); in _php_curl_setopt() 2278 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, NULL); in _php_curl_setopt()
|
H A D | curl_arginfo.h | 315 REGISTER_LONG_CONSTANT("CURLOPT_DEBUGFUNCTION", CURLOPT_DEBUGFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
/PHP-8.4/ |
H A D | UPGRADING | 313 . Added CURLOPT_DEBUGFUNCTION support. This Curl option accepts a callable 1057 . CURLOPT_DEBUGFUNCTION.
|
H A D | NEWS | 309 . Added CURLOPT_DEBUGFUNCTION as a Curl option. (Ayesh Karunaratne)
|
Completed in 28 milliseconds