Home
last modified time | relevance | path

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

/PHP-8.2/ext/curl/tests/
H A Dcurl_pushfunction_nonexistent_callback.phpt2 Test CURLMOPT_PUSHFUNCTION with non-existent callback function
25 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, "nonexistent");
54 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.2/ext/curl/
H A Dmulti.c482 case CURLMOPT_PUSHFUNCTION: in _php_curl_multi_setopt()
491 error = curl_multi_setopt(mh->multi, CURLMOPT_PUSHFUNCTION, _php_server_push_callback); in _php_curl_multi_setopt()
H A Dcurl.stub.php2626 const CURLMOPT_PUSHFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h820 REGISTER_LONG_CONSTANT("CURLMOPT_PUSHFUNCTION", CURLMOPT_PUSHFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
/PHP-8.2/
H A DNEWS1356 CURLMOPT_PUSHFUNCTION. (nielsdos)

Completed in 30 milliseconds