From: SVN Migration Date: Tue, 19 Aug 2003 22:47:31 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26ff74d6701aceb6bd4136cb4401940dac7bdb04;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/tests/lang/bug25145.phpt b/tests/lang/bug25145.phpt new file mode 100755 index 0000000000..39c83aa4f9 --- /dev/null +++ b/tests/lang/bug25145.phpt @@ -0,0 +1,21 @@ +--TEST-- +Bug #25145 (SEGV on recpt of form input with name like "123[]") +--GET-- +123[]=SEGV +--FILE-- + +--EXPECT-- +Array +( + [123] => Array + ( + [0] => SEGV + ) + +) +Done