Home
last modified time | relevance | path

Searched refs:CURLMOPT_PUSHFUNCTION (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_multi_setopt_callables.phpt10 var_dump(curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, 'undefined'));
17 …topt(): Argument #2 ($option) must be a valid callback for option CURLMOPT_PUSHFUNCTION, function …
H A Dcurl_pushfunction.phpt2 Test CURLMOPT_PUSHFUNCTION
26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dcurl_pushfunction_trampoline.phpt2 Test trampoline for curl option CURLMOPT_PUSHFUNCTION
30 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug76675.phpt27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug77535.phpt71 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
/php-src/ext/curl/
H A Dmulti.c477 case CURLMOPT_PUSHFUNCTION: { in _php_curl_multi_setopt()
493 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHFUNCTION, _php_server_push_callback); in _php_curl_multi_setopt()
H A Dcurl.stub.php2680 const CURLMOPT_PUSHFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h735 REGISTER_LONG_CONSTANT("CURLMOPT_PUSHFUNCTION", CURLMOPT_PUSHFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
/php-src/
H A DUPGRADING96 curl_multi_add_handle() and handles accepted by CURLMOPT_PUSHFUNCTION.

Completed in 19 milliseconds