File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / filter / tests / 002.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:56 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--TEST--
GET test with 2 values and an empty one
--GET--
a=1&b=&c=3
--FILE--
<?php echo $_GET['a'];
echo $_GET['b']; 
echo $_GET['c'];
?>
--EXPECT--
13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>