diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 79f4c68e633f..530360b17ffe 100644 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -18,6 +18,11 @@ element of the array. This function will recurse into deeper arrays. + + Passing an object as the array is allowed, and will be treated as if it had been + cast to an array first. Regardless of whether the + function started with an array or an object, it will not recurse into inner objects. + &reftitle.parameters;