From: Marcus Boerger Date: Thu, 16 Mar 2006 00:39:50 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.1.3RC2~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c14d86dc3f7e63e6266ccb78fc4be40470076fd;p=php - Fix test --- diff --git a/ext/spl/tests/array_017.phpt b/ext/spl/tests/array_017.phpt index f028a12035..72bf639986 100755 --- a/ext/spl/tests/array_017.phpt +++ b/ext/spl/tests/array_017.phpt @@ -29,7 +29,7 @@ class ArrayIteratorEx extends ArrayIterator function setFlags($flags) { echo __METHOD__ . "($flags)\n"; - ArrayObject::setFlags($flags); + ArrayIterator::setFlags($flags); } }