summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug65066_511.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug65066_511.phpt')
-rw-r--r--sapi/cli/tests/bug65066_511.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/bug65066_511.phpt b/sapi/cli/tests/bug65066_511.phpt
index 7e5548aadc..69d4473027 100644
--- a/sapi/cli/tests/bug65066_511.phpt
+++ b/sapi/cli/tests/bug65066_511.phpt
@@ -26,9 +26,9 @@ Host: {$host}
HEADER
)) {
- while (!feof($fp)) {
- echo fgets($fp);
- }
+ while (!feof($fp)) {
+ echo fgets($fp);
+ }
}
?>
--EXPECTF--