]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Thu, 11 Aug 2005 23:50:18 +0000 (23:50 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Aug 2005 23:50:18 +0000 (23:50 +0000)
ext/standard/tests/array/bug33940.phpt

index f5727297c65f111ec5317667fd46440695798332..343786cadf199df881c96585f796c9964fa81977 100755 (executable)
@@ -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--
 <?php
 function ref_map(&$item) {