From ff359fab7f65419fa3a6333b2d64956f0c6e23c5 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 16 Mar 2006 00:40:11 +0000 Subject: [PATCH] - Fix test --- ext/spl/tests/array_017.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/array_017.phpt b/ext/spl/tests/array_017.phpt index 50a3979b57..d145433834 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); } } -- 2.40.0