diff options
Diffstat (limited to 'ext/spl/tests/iterator_026.phpt')
-rw-r--r-- | ext/spl/tests/iterator_026.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_026.phpt b/ext/spl/tests/iterator_026.phpt index 8eb77a7baf..963950cd0e 100644 --- a/ext/spl/tests/iterator_026.phpt +++ b/ext/spl/tests/iterator_026.phpt @@ -24,13 +24,13 @@ hasNext: yes 1=>2 hasNext: yes -Notice: Array to string conversion in %siterator_026.php on line %d +Warning: Array to string conversion in %s on line %d 0=>31 hasNext: yes 1=>32 hasNext: yes -Notice: Array to string conversion in %siterator_026.php on line %d +Warning: Array to string conversion in %s on line %d 0=>331 hasNext: no 3=>4 |