php-src/ext/filter/tests/001.phpt

9 lines
85 B
PHP

--TEST--
Simple GET test
--GET--
a=1
--FILE--
<?php echo $_GET['a']; ?>
--EXPECT--
1