Searched refs:CURLMOPT_PUSHFUNCTION (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | curl_pushfunction_nonexistent_callback.phpt | 2 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 D | curl_pushfunction.phpt | 2 Test CURLMOPT_PUSHFUNCTION 26 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
|
H A D | bug76675.phpt | 27 curl_multi_setopt($mh, CURLMOPT_PUSHFUNCTION, $callback);
|
H A D | bug77535.phpt | 70 curl_multi_setopt($this->mh, CURLMOPT_PUSHFUNCTION, $callback);
|
/PHP-8.2/ext/curl/ |
H A D | multi.c | 482 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 D | curl.stub.php | 2626 const CURLMOPT_PUSHFUNCTION = UNKNOWN; define
|
H A D | curl_arginfo.h | 820 REGISTER_LONG_CONSTANT("CURLMOPT_PUSHFUNCTION", CURLMOPT_PUSHFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
/PHP-8.2/ |
H A D | NEWS | 1356 CURLMOPT_PUSHFUNCTION. (nielsdos)
|
Completed in 30 milliseconds