From: foobar Date: Fri, 29 Aug 2003 09:05:11 +0000 (+0000) Subject: - Skip with CLI X-Git-Tag: RELEASE_0_7~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78f146f7f1c3cb9f04a3ddd8d3539b7f0ee7a7c;p=php - Skip with CLI --- 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