From: foobar Date: Fri, 29 Aug 2003 09:05:27 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.4RC1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43eddf7a58e5d33b5246e86e1ac23c1712e57b1c;p=php MFH --- diff --git a/tests/lang/bug25145.phpt b/tests/lang/bug25145.phpt index 39c83aa4f9..e33580ab0d 100755 --- a/tests/lang/bug25145.phpt +++ b/tests/lang/bug25145.phpt @@ -1,21 +1,22 @@ --TEST-- Bug #25145 (SEGV on recpt of form input with name like "123[]") +--SKIPIF-- + --GET-- 123[]=SEGV --FILE-- --EXPECT-- -Array -( - [123] => Array - ( - [0] => SEGV - ) - -) +array(1) { + [123]=> + array(1) { + [0]=> + string(4) "SEGV" + } +} Done