This commit is contained in:
Zach Borboa
2016-11-12 09:04:24 -08:00
parent d6f4d1a8f6
commit 36709adbba
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $curl->patch('https://httpbin.org/patch', array(
));
if ($curl->error) {
echo 'Error: ' . $curl->errorCode . ': ' . $curl->errorMessage;
echo 'Error: ' . $curl->errorCode . ': ' . $curl->errorMessage . "\n";
} else {
echo 'Response:' . "\n";
var_dump($curl->response);