From b7db81dd3f683e16ae6b461df91c54d85313a3df Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Fri, 31 Mar 2017 08:19:53 +0000 Subject: [PATCH] Removed ambiguousness by changing may not -> must not for our non native English friends. https://bugs.php.net/bug.php?id=74049 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342208 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/functions.xml b/language/functions.xml index ee18bcda41..70a8e5e184 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1374,7 +1374,7 @@ $greet('PHP'); Closures may also inherit variables from the parent scope. Any such variables must be passed to the use language construct. - From PHP 7.1, these variables may not include &link.superglobals;, + From PHP 7.1, these variables must not include &link.superglobals;, $this, or variables with the same name as a parameter.