summaryrefslogtreecommitdiff
path: root/ext/filter/tests/001.phpt
blob: 2755a57363b4e7022da5cbd3f95be3872ee3abce (plain)
1
2
3
4
5
6
7
8
--TEST--
Simple GET test
--GET--
a=1
--FILE--
<?php echo $_GET['a']; ?>
--EXPECT--
1