summaryrefslogtreecommitdiff
path: root/ext/filter/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/004.phpt')
-rw-r--r--ext/filter/tests/004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/004.phpt b/ext/filter/tests/004.phpt
index b899124936..e36682979c 100644
--- a/ext/filter/tests/004.phpt
+++ b/ext/filter/tests/004.phpt
@@ -10,7 +10,7 @@ d="quotes"&e=\slash
a=O'Henry&b=&c=<b>Bold</b>
--FILE--
<?php echo $_GET['a'];
-echo $_GET['b'];
+echo $_GET['b'];
echo $_GET['c'];
echo $_POST['d'];
echo $_POST['e'];