doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

T_OBJECT_OPERATOR "->" and other Parser Tokens not documented in operator precedence table.

Open kitrio opened this issue 3 years ago • 0 comments

-> 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)

image

kitrio avatar Oct 10 '22 18:10 kitrio