diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:06:29 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:06:29 +0000 |
| commit | bb489851e941a5e1cd76887d01bb199d2865f579 (patch) | |
| tree | 3264958f842431af00b3c50eff15a47123c19ea7 /ext/spl | |
| parent | 1d56aa095a7b00933ba232d2f969793a76230ca3 (diff) | |
| download | php-git-bb489851e941a5e1cd76887d01bb199d2865f579.tar.gz | |
win32 test fixes
Diffstat (limited to 'ext/spl')
| -rwxr-xr-x | ext/spl/tests/iterator_044.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_044.phpt b/ext/spl/tests/iterator_044.phpt index e25e0d1dda..d3c625314f 100755 --- a/ext/spl/tests/iterator_044.phpt +++ b/ext/spl/tests/iterator_044.phpt @@ -76,10 +76,10 @@ Exception: MyCachingIterator does not use a full cache (see CachingIterator::__c Notice: Undefined index: 0 in %siterator_044.php on line %d Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct) -Warning: CachingIterator::offsetExists() expects exactly 1 parameter, 0 given in %s/iterator_044.php on line %d +Warning: CachingIterator::offsetExists() expects exactly 1 parameter, 0 given in %siterator_044.php on line %d NULL -Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %s/iterator_044.php on line %d +Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %siterator_044.php on line %d NULL ===0=== int(0) |
