summaryrefslogtreecommitdiff
path: root/ext/curl/tests/curl_copy_handle_basic_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/curl_copy_handle_basic_006.phpt')
-rw-r--r--ext/curl/tests/curl_copy_handle_basic_006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_copy_handle_basic_006.phpt b/ext/curl/tests/curl_copy_handle_basic_006.phpt
index 0a5c2a25e6..0e7dd011a0 100644
--- a/ext/curl/tests/curl_copy_handle_basic_006.phpt
+++ b/ext/curl/tests/curl_copy_handle_basic_006.phpt
@@ -20,7 +20,7 @@ Rick Buitenman <rick@meritos.nl>
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt');
curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
-
+
$copy = curl_copy_handle($ch);
var_dump( curl_exec($ch) );