Searched refs:curl_error (Results 1 – 8 of 8) 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));
30 echo 'Error #' . curl_errno($ch) . ': ' . curl_error($ch);
79 PHP_FUNCTION(curl_error);
465 PHP_FE(curl_error, arginfo_curl_error)3294 PHP_FUNCTION(curl_error) in PHP_FUNCTION() argument
Completed in 29 milliseconds