Re: [PHP-DEV] Documentation error
[email protected] (jocelyn fournier)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
The translations for other langages are currently misleading as well, since it still mentions PHP5.6 is under development. e.g. : http://php.net/manual/fr/migration56.php http://php.net/manual/de/migration56.php ... Thanks, Jocelyn Le 29/08/2014 02:43, Alain Williams a écrit : > I notice that in the precedence chart the new **= operator is missing: > > http://uk1.php.net/manual/en/language.operators.precedence.php > > The announcement (below) says that it is right associative, but the precedent > chart above says that it is left associative. From the example it seems to be > right associative. > > http://php.net/migration56.new-features >