From 6f23ab9f42671c3427fa8d28798a5972066e5def Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 11 Aug 2005 23:50:18 +0000 Subject: [PATCH] MFH --- ext/standard/tests/array/bug33940.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/standard/tests/array/bug33940.phpt b/ext/standard/tests/array/bug33940.phpt index f5727297c6..343786cadf 100755 --- a/ext/standard/tests/array/bug33940.phpt +++ b/ext/standard/tests/array/bug33940.phpt @@ -1,7 +1,8 @@ --TEST-- Bug #33940 array_map() fails to pass by reference when called recursively --INI-- -error_reporting=4095 +error_reporting=2047 +allow_call_time_pass_reference=1 --FILE--