xref: /php-src/ext/filter/tests/001.phpt (revision 6600ad60)
1--TEST--
2Simple GET test
3--EXTENSIONS--
4filter
5--GET--
6a=1
7--FILE--
8<?php echo $_GET['a']; ?>
9--EXPECT--
101
11