From: Marcus Boerger Date: Wed, 29 Sep 2004 20:16:03 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.0.3RC1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b00c9f4501967d7f536b4c89cdc58d3631125046;p=php MFH --- diff --git a/ext/spl/tests/array_009.phpt b/ext/spl/tests/array_009.phpt index f9c5fe1c73..5499caad69 100755 --- a/ext/spl/tests/array_009.phpt +++ b/ext/spl/tests/array_009.phpt @@ -1,5 +1,7 @@ --TEST-- SPL: ArrayIterator implementing RecursiveIterator +--SKIPIF-- + --FILE-- + --FILE-- current()); $it->seek(12); var_dump($it->current()); +$pos = 0; foreach($it as $v) { + $it->seek($pos++); var_dump($v); } diff --git a/ext/spl/tests/bug28822.phpt b/ext/spl/tests/bug28822.phpt index c3da4607f5..28c22c5ed2 100755 --- a/ext/spl/tests/bug28822.phpt +++ b/ext/spl/tests/bug28822.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #28822: ArrayObject::offsetExists() works inverted +--SKIPIF-- + --FILE-- --FILE-- +===DONE=== --EXPECTF-- object(DirectoryIterator)#%d (0) { } +bool(false) +bool(false) +===DONE=== diff --git a/ext/spl/tests/iterator_002.phpt b/ext/spl/tests/iterator_002.phpt index 25a9ce218d..b481a0e00f 100755 --- a/ext/spl/tests/iterator_002.phpt +++ b/ext/spl/tests/iterator_002.phpt @@ -1,5 +1,7 @@ --TEST-- SPL: Iterator using getInnerIterator +--SKIPIF-- + --FILE--