diff options
| author | Jani Taskinen <jani@php.net> | 2007-11-14 14:05:42 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-11-14 14:05:42 +0000 |
| commit | 56ef7a5ea3b0d69dd796567f33c86b905f8f5f9e (patch) | |
| tree | 42d82c8a7917749c2bfff39c91d12af7e30cf648 | |
| parent | deae4241546627e095dbcff7e3d30ca9b93c94ca (diff) | |
| download | php-git-56ef7a5ea3b0d69dd796567f33c86b905f8f5f9e.tar.gz | |
- Fix tests
| -rwxr-xr-x | ext/spl/tests/array_004.phpt | 2 | ||||
| -rwxr-xr-x | ext/spl/tests/array_008.phpt | 2 |
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 |
