Searched refs:CURLOPT_PREREQFUNCTION (Results 1 – 3 of 3) sorted by relevance
/php-src/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-src/ext/curl/ |
H A D | curl.stub.php | 3560 const CURLOPT_PREREQFUNCTION = UNKNOWN; define
|
H A D | curl_arginfo.h | 1070 REGISTER_LONG_CONSTANT("CURLOPT_PREREQFUNCTION", CURLOPT_PREREQFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 16 milliseconds