1--TEST-- 2Simple GET test 3--EXTENSIONS-- 4filter 5--GET-- 6a=1 7--FILE-- 8<?php echo $_GET['a']; ?> 9--EXPECT-- 101 11