From: Pierre Joye Date: Sun, 28 May 2006 01:12:55 +0000 (+0000) Subject: - #7733, values using E/e returns wrong result X-Git-Tag: BEFORE_NEW_OUTPUT_API~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c095489df3980fb1a17f7b0ae71d9a643c92d0e9;p=php - #7733, values using E/e returns wrong result --- diff --git a/ext/filter/tests/bug7733.phpt b/ext/filter/tests/bug7733.phpt new file mode 100644 index 0000000000..f8497122a5 --- /dev/null +++ b/ext/filter/tests/bug7733.phpt @@ -0,0 +1,27 @@ +--TEST-- +input_get_args() filter not reseted between elements +--FILE-- + +--EXPECTF-- +array(5) { + [0]=> + float(0) + [1]=> + float(10) + [2]=> + float(2) + [3]=> + float(0) + [4]=> + float(0) +}