Searched refs:CURLOPT_DEBUGFUNCTION (Results 1 – 4 of 4) sorted by relevance
/php-src/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-src/ext/curl/ |
H A D | curl.stub.php | 493 const CURLOPT_DEBUGFUNCTION = UNKNOWN; define
|
H A D | interface.c | 2267 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, curl_debug); in _php_curl_setopt() 2271 curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, NULL); in _php_curl_setopt()
|
H A D | curl_arginfo.h | 321 REGISTER_LONG_CONSTANT("CURLOPT_DEBUGFUNCTION", CURLOPT_DEBUGFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 21 milliseconds