Home
last modified time | relevance | path

Searched refs:CURLMSG_DONE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dbug77535.phpt52 while (false !== $info && $info['msg'] == CURLMSG_DONE) {
53 if (CURLMSG_DONE !== $info['msg']) {
H A Dcurl_pushfunction.phpt42 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
H A Dcurl_pushfunction_nonexistent_callback.phpt41 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
H A Dbug76675.phpt40 if (false !== $info && $info['msg'] == CURLMSG_DONE) {
/PHP-8.3/ext/curl/
H A Dcurl.stub.php962 const CURLMSG_DONE = UNKNOWN; define
H A Dcurl_arginfo.h432 REGISTER_LONG_CONSTANT("CURLMSG_DONE", CURLMSG_DONE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 20 milliseconds