summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-11-14 14:05:42 +0000
committerJani Taskinen <jani@php.net>2007-11-14 14:05:42 +0000
commit56ef7a5ea3b0d69dd796567f33c86b905f8f5f9e (patch)
tree42d82c8a7917749c2bfff39c91d12af7e30cf648
parentdeae4241546627e095dbcff7e3d30ca9b93c94ca (diff)
downloadphp-git-56ef7a5ea3b0d69dd796567f33c86b905f8f5f9e.tar.gz
- Fix tests
-rwxr-xr-xext/spl/tests/array_004.phpt2
-rwxr-xr-xext/spl/tests/array_008.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/array_004.phpt b/ext/spl/tests/array_004.phpt
index 084cf849a5..e7abf2b1dc 100755
--- a/ext/spl/tests/array_004.phpt
+++ b/ext/spl/tests/array_004.phpt
@@ -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
diff --git a/ext/spl/tests/array_008.phpt b/ext/spl/tests/array_008.phpt
index 883a35873d..613e324776 100755
--- a/ext/spl/tests/array_008.phpt
+++ b/ext/spl/tests/array_008.phpt
@@ -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