Lines Matching refs:CURLOPT_PREREQFUNCTION
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
165 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
168 The CURLOPT_PREREQFUNCTION callback must return either CURL_PREREQFUNC_OK or CURL_PREREQFUNC_ABORT
171 curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_PREREQFUNCTION, no …
174 curl_setopt(): Argument #3 ($value) must be a valid callback for option CURLOPT_PREREQFUNCTION, fun…