diff --git a/reference/spl/arrayobject/construct.xml b/reference/spl/arrayobject/construct.xml index 2055ee1727..219b41d5bd 100644 --- a/reference/spl/arrayobject/construct.xml +++ b/reference/spl/arrayobject/construct.xml @@ -60,6 +60,19 @@ + + + &reftitle.errors; + + Throws InvalidArgumentException when: + + input is not an array or object + flags is not an integer + iterator_class is not an object that implements Iterator. + + + + &reftitle.examples;