Searched refs:CURLOPT_PREREQFUNCTION (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/curl/tests/ |
H A D | curl_setopt_CURLOPT_PREREQFUNCTION.phpt | 2 Curl option CURLOPT_PREREQFUNCTION 24 var_dump(CURLOPT_PREREQFUNCTION); 44 curl_setopt($ch, CURLOPT_PREREQFUNCTION, $callback); 69 curl_setopt($ch, CURLOPT_PREREQFUNCTION, function() use ($port) { 79 curl_setopt($ch, CURLOPT_PREREQFUNCTION, function() use ($port) { 89 curl_setopt($ch, CURLOPT_PREREQFUNCTION, function() use ($port) { 100 curl_setopt($ch, CURLOPT_PREREQFUNCTION, 42); 107 curl_setopt($ch, CURLOPT_PREREQFUNCTION, 'function_does_not_exist'); 113 var_dump(curl_setopt($ch, CURLOPT_PREREQFUNCTION, null)); 162 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT [all …]
|
/PHP-8.4/ext/curl/ |
H A D | curl.stub.php | 3560 const CURLOPT_PREREQFUNCTION = UNKNOWN; define
|
H A D | curl_arginfo.h | 1064 REGISTER_LONG_CONSTANT("CURLOPT_PREREQFUNCTION", CURLOPT_PREREQFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
/PHP-8.4/ |
H A D | UPGRADING | 307 . Added CURLOPT_PREREQFUNCTION as a Curl option that accepts a callback to 1053 . CURLOPT_PREREQFUNCTION.
|
H A D | NEWS | 303 . Added CURLOPT_PREREQFUNCTION Curl option to set a custom callback
|
Completed in 22 milliseconds