From b78f146f7f1c3cb9f04a3ddd8d3539b7f0ee7a7c Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Aug 2003 09:05:11 +0000 Subject: [PATCH] - Skip with CLI --- tests/lang/bug25145.phpt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 -- 2.40.0