Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/tests/
H A Dcurl_pushfunction_nonexistent_callback.phpt2 Test CURLMOPT_PUSHFUNCTION with non-existent callback function
26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, "nonexistent");
55 Warning: curl_multi_exec(): Cannot call the CURLMOPT_PUSHFUNCTION in %s on line %d
H A Dcurl_pushfunction.phpt2 Test CURLMOPT_PUSHFUNCTION
26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug76675.phpt27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
H A Dbug77535.phpt70 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
/PHP-8.3/ext/curl/
H A Dmulti.c475 case CURLMOPT_PUSHFUNCTION: in _php_curl_multi_setopt()
484 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHFUNCTION, _php_server_push_callback); in _php_curl_multi_setopt()
H A Dcurl.stub.php2658 const CURLMOPT_PUSHFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h830 REGISTER_LONG_CONSTANT("CURLMOPT_PUSHFUNCTION", CURLMOPT_PUSHFUNCTION, CONST_PERSISTENT); in register_curl_symbols()

Completed in 20 milliseconds