Searched refs:curl_errno (Results 1 – 10 of 10) sorted by relevance
2 Test curl_error() & curl_errno() function with problematic protocol17 var_dump(curl_errno($ch));
2 Test curl_error() & curl_errno() function with problematic host23 var_dump(curl_errno($ch));
2 Test curl_error() & curl_errno() function without url17 var_dump(curl_errno($ch));
2 Test curl_error() & curl_errno() function with problematic proxy24 var_dump(curl_errno($ch));
2 …L resources returned by curl_multi_info_read() must be compatible with curl_errno() and curl_error…23 var_dump(curl_errno($info['handle']));
30 echo 'Error #' . curl_errno($ch) . ': ' . curl_error($ch);
22 if (curl_errno($ch) !== 0) {23 echo "CURL ERROR: " . curl_errno($ch) . "\n";
144 ZEND_FUNCTION(curl_errno);182 ZEND_FE(curl_errno, arginfo_curl_errno)
3560 function curl_errno(CurlHandle $handle): int {} function
2779 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() argument
Completed in 25 milliseconds