From 7c14d86dc3f7e63e6266ccb78fc4be40470076fd Mon Sep 17 00:00:00 2001
From: Marcus Boerger <helly@php.net>
Date: Thu, 16 Mar 2006 00:39:50 +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 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);
 	}
 }
 
-- 
2.40.0