Searched refs:curl_error (Results 1 – 9 of 9) sorted by relevance
2 curl_error() function - basic test for curl_error using a fake url19 * Prototype: string curl_error(resource $ch)28 echo "== Testing curl_error with a fake URL ==\n";35 var_dump(curl_error($ch));40 == Testing curl_error with a fake URL ==
2 Test curl_error() & curl_errno() function with problematic protocol15 var_dump(curl_error($ch));
2 Test curl_error() & curl_errno() function with problematic host21 var_dump(curl_error($ch));
2 Test curl_error() & curl_errno() function without url16 var_dump(curl_error($ch));
2 Test curl_error() & curl_errno() function with problematic proxy22 var_dump(curl_error($ch));
2 …resources returned by curl_multi_info_read() must be compatible with curl_errno() and curl_error())30 var_dump(curl_error($info['handle']));
30 echo 'Error #' . curl_errno($ch) . ': ' . curl_error($ch);
79 PHP_FUNCTION(curl_error);
455 PHP_FE(curl_error, arginfo_curl_error)3479 PHP_FUNCTION(curl_error) in PHP_FUNCTION() argument
Completed in 22 milliseconds