History log of /PHP-Parser/lib/PhpParser/compatibility_tokens.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 018da15f 31-Aug-2024 Nikita Popov

Add token emulation support for asymmetric visibility modifiers


# d8235a27 14-Jul-2024 Nikita Popov

[8.4] Add support for __PROPERTY__ magic constant

Part of property hooks RFC.


# ff095c3c 10-Jan-2024 Nikita Popov

Check for tokens with non-integer ID

Fixes #974.


# 3c0432b0 16-Aug-2023 Nikita Popov

Remove emulation for unsupported PHP versions


# de4ac930 04-Jul-2022 MathiasReker

Single blank line at eof

A PHP file without end tag must always end with a single empty line feed.


# 6e0eec80 19-Jun-2022 Nikita Popov

Move definition of compatibility tokens into separate file