]> granicus.if.org Git - php/commitdiff
- Fix tests
authorJani Taskinen <jani@php.net>
Wed, 14 Nov 2007 14:05:42 +0000 (14:05 +0000)
committerJani Taskinen <jani@php.net>
Wed, 14 Nov 2007 14:05:42 +0000 (14:05 +0000)
ext/spl/tests/array_004.phpt
ext/spl/tests/array_008.phpt

index 084cf849a53657565ca5ef1737bdc17937fcdcf8..e7abf2b1dc853680d7642cfbf030d91ad3ee84ed 100755 (executable)
@@ -3,7 +3,7 @@ SPL: ArrayIterator
 --SKIPIF--
 <?php if (!extension_loaded("spl")) print "skip"; ?>
 --INI--
-error_reporting=2047
+allow_call_time_pass_reference=1
 --FILE--
 <?php
 
index 883a35873dbfec247bc28cedb8e88b50d0b043eb..613e3247762fcad7fa6b2390fe837aa355f941ab 100755 (executable)
@@ -3,7 +3,7 @@ SPL: ArrayIterator and foreach reference
 --SKIPIF--
 <?php if (!extension_loaded("spl")) print "skip"; ?>
 --INI--
-error_reporting=2047
+allow_call_time_pass_reference=1
 --FILE--
 <?php