summaryrefslogtreecommitdiff
path: root/ext/filter/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/002.phpt')
-rw-r--r--ext/filter/tests/002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/002.phpt b/ext/filter/tests/002.phpt
index 7136b251a6..7629f0125a 100644
--- a/ext/filter/tests/002.phpt
+++ b/ext/filter/tests/002.phpt
@@ -4,7 +4,7 @@ GET test with 2 values and an empty one
a=1&b=&c=3
--FILE--
<?php echo $_GET['a'];
-echo $_GET['b'];
+echo $_GET['b'];
echo $_GET['c'];
?>
--EXPECT--