Home
last modified time | relevance | path

Searched refs:CURLOPT_PREREQFUNCTION (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_PREREQFUNCTION.phpt2 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 Dcurl.stub.php3560 const CURLOPT_PREREQFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h1064 REGISTER_LONG_CONSTANT("CURLOPT_PREREQFUNCTION", CURLOPT_PREREQFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
/PHP-8.4/
H A DUPGRADING307 . Added CURLOPT_PREREQFUNCTION as a Curl option that accepts a callback to
1053 . CURLOPT_PREREQFUNCTION.
H A DNEWS303 . Added CURLOPT_PREREQFUNCTION Curl option to set a custom callback

Completed in 22 milliseconds