mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
de02a9c50b
commit
b7db81dd3f
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ $greet('PHP');
|
|||
<simpara>
|
||||
Closures may also inherit variables from the parent scope. Any such
|
||||
variables must be passed to the <literal>use</literal> language construct.
|
||||
From PHP 7.1, these variables may not include &link.superglobals;,
|
||||
From PHP 7.1, these variables must not include &link.superglobals;,
|
||||
<varname>$this</varname>, or variables with the same name as a parameter.
|
||||
</simpara>
|
||||
|
||||
|
|
Loading…
Reference in a new issue