From: Antony Dovgal Date: Thu, 31 Aug 2006 22:15:47 +0000 (+0000) Subject: new test X-Git-Tag: RELEASE_1_0_0RC1~1799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e166a67ebda5341657fa26233611a520ef23379e;p=php new test --- diff --git a/ext/filter/tests/036.phpt b/ext/filter/tests/036.phpt new file mode 100644 index 0000000000..b8bc160d38 --- /dev/null +++ b/ext/filter/tests/036.phpt @@ -0,0 +1,39 @@ +--TEST-- +input_get_args() and references +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +array(2) { + ["test1"]=> + int(1) + ["test2"]=> + int(1) +} +array(2) { + ["test1"]=> + int(1) + ["test2"]=> + int(1) +} +string(1) "1" +Done