Searched refs:curl_errno (Results 1 – 8 of 8) sorted by relevance
2 Test curl_error() & curl_errno() function with problematic protocol16 var_dump(curl_errno($ch));
2 Test curl_error() & curl_errno() function with problematic host22 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 proxy23 var_dump(curl_errno($ch));
2 …L resources returned by curl_multi_info_read() must be compatible with curl_errno() and curl_error…29 var_dump(curl_errno($info['handle']));
30 echo 'Error #' . curl_errno($ch) . ': ' . curl_error($ch);
78 PHP_FUNCTION(curl_errno);
456 PHP_FE(curl_errno, arginfo_curl_errno)3503 PHP_FUNCTION(curl_errno) in PHP_FUNCTION() argument
Completed in 25 milliseconds