Searched refs:curl_error (Results 1 – 11 of 11) sorted by relevance
2 curl_error() function - basic test for curl_error using a fake url27 echo "== Testing curl_error with a fake URL ==\n";34 var_dump(curl_error($ch));39 == Testing curl_error with a fake URL ==
2 Test curl_error() & curl_errno() function with problematic protocol16 var_dump(curl_error($ch));
2 Test curl_error() & curl_errno() function with problematic host22 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 proxy23 var_dump(curl_error($ch));
2 …resources returned by curl_multi_info_read() must be compatible with curl_errno() and curl_error())24 var_dump(curl_error($info['handle']));
30 echo 'Error #' . curl_errno($ch) . ': ' . curl_error($ch);
145 ZEND_FUNCTION(curl_error);183 ZEND_FE(curl_error, arginfo_curl_error)
3563 function curl_error(CurlHandle $handle): string {} function
2754 PHP_FUNCTION(curl_error) in PHP_FUNCTION() argument
350 . Fixed case when curl_error returns an empty string.
Completed in 40 milliseconds