From eccca2de380ecc69bb590043a85e4b29aa3b1ea4 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 26 Jan 2018 23:25:10 +0000 Subject: [PATCH] Improve wording "strictly different from null" implies a type check, what is not necessarily appropriate here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343965 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/reset.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/reset.xml b/reference/array/functions/reset.xml index f0ed265c81..80109ed93d 100644 --- a/reference/array/functions/reset.xml +++ b/reference/array/functions/reset.xml @@ -77,8 +77,8 @@ echo current($array) . "
\n"; // "step one" the return value in case of an array which has a boolean &false; first element. To properly check the value of the first element of an array which may contain &false; elements, first check the count - of the array, or check that key is strictly different from - null, after calling reset. + of the array, or check that key is not + &null;, after calling reset.