diff --git a/reference/spl/arrayiterator/construct.xml b/reference/spl/arrayiterator/construct.xml
index 668881e676..ac06bddacf 100644
--- a/reference/spl/arrayiterator/construct.xml
+++ b/reference/spl/arrayiterator/construct.xml
@@ -11,7 +11,8 @@
&reftitle.description;
public ArrayIterator::__construct
- mixedarray
+ mixedarrayarray()
+ intflags0
Constructs an ArrayIterator object.
@@ -33,6 +34,15 @@
+
+ flags
+
+
+ Flags to control the behaviour of the ArrayObject object.
+ See ArrayObject::setFlags.
+
+
+
diff --git a/reference/spl/arrayobject/construct.xml b/reference/spl/arrayobject/construct.xml
index b6c748c343..630ade4790 100644
--- a/reference/spl/arrayobject/construct.xml
+++ b/reference/spl/arrayobject/construct.xml
@@ -11,8 +11,8 @@
public ArrayObject::__construct
mixedinput
- intflags
- stringiterator_class
+ intflags0
+ stringiterator_class"ArrayIterator"
This constructs a new array object.
@@ -37,6 +37,7 @@
Flags to control the behaviour of the ArrayObject object.
+ See ArrayObject::setFlags.
@@ -45,7 +46,6 @@
Specify the class that will be used for iteration of the ArrayObject object.
- ArrayIterator is the default class used.