summaryrefslogtreecommitdiff
path: root/ext/curl/tests/curl_basic_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/curl_basic_003.phpt')
-rw-r--r--ext/curl/tests/curl_basic_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_basic_003.phpt b/ext/curl/tests/curl_basic_003.phpt
index 07cbad4b7a..ce9216d535 100644
--- a/ext/curl/tests/curl_basic_003.phpt
+++ b/ext/curl/tests/curl_basic_003.phpt
@@ -27,7 +27,7 @@ TestFest 2009 - AFUP - Jean-Marc Fontaine <jmf@durcommefaire.net>
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
-
+
$curl_content = curl_exec($ch);
curl_close($ch);