Home
last modified time | relevance | path

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

/php-src/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-src/ext/curl/
H A Dcurl.stub.php3511 const CURLOPT_PREREQFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h1054 REGISTER_LONG_CONSTANT("CURLOPT_PREREQFUNCTION", CURLOPT_PREREQFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
/php-src/
H A DUPGRADING299 . Added CURLOPT_PREREQFUNCTION as a Curl option that accepts a callback to
1038 . CURLOPT_PREREQFUNCTION.
H A DNEWS141 . Added CURLOPT_PREREQFUNCTION Curl option to set a custom callback

Completed in 23 milliseconds