From cd1b44c4b6b67e77d8704a2a24e7c676f835a76d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 12 Jun 2013 13:13:48 +0200 Subject: ensure the error_reporting level to get expected notice --- ext/standard/tests/array/bug31158.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/standard/tests/array/bug31158.phpt b/ext/standard/tests/array/bug31158.phpt index e672a10b28..da7a9ec907 100644 --- a/ext/standard/tests/array/bug31158.phpt +++ b/ext/standard/tests/array/bug31158.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #31158 (array_splice on $GLOBALS crashes) +--INI-- +error_reporting = E_ALL --FILE--