diff options
-rwxr-xr-x | ext/spl/tests/array_017.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |