diff --git a/reference/array/functions/current.xml b/reference/array/functions/current.xml index 283fd96671..3052219380 100644 --- a/reference/array/functions/current.xml +++ b/reference/array/functions/current.xml @@ -99,8 +99,8 @@ var_dump(current($arr)); // array(0) { } &reftitle.notes; - The end of an array and the result of calling - current on an empty array + The results of calling current on an empty array + and on an array, whose internal pointer points beyond the end of the elements, are indistinguishable from a boolean &false; element. To properly traverse an array which may contain &false; elements, see the foreach function.