doc-en
doc-en copied to clipboard
T_OBJECT_OPERATOR "->" and other Parser Tokens not documented in operator precedence table.
-> is PHP operator (T_OBJECT_OPERATOR) https://www.php.net/manual/en/tokens.php
but not documented in this page
https://www.php.net/manual/en/language.operators.precedence.php
This issue is also mentioned in the comments. :: (scope resolution operator)
