History log of /PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php (Results 1 – 6 of 6)
Revision Date Author Comments
# dd63ddbc 28-Aug-2022 Nikita Popov

Add php-cs-fixer config and reformat

The formatting in this project has become something of a mess,
because it changed over time. Add a CS fixer config and reformat
to the desired st

Add php-cs-fixer config and reformat

The formatting in this project has become something of a mess,
because it changed over time. Add a CS fixer config and reformat
to the desired style, which is PSR-12, but with sane brace placement.

show more ...


# 1e89658c 23-Jul-2022 Nikita Popov

Add PhpVersion class


# 1a1300aa 01-Aug-2020 Nikita Popov

Add reverse emulation support


# 3698f4b7 01-Aug-2020 Nikita Popov

Add common KeywordEmulator

The logic for keyword emulation is always going to be the same.


# 61328f89 01-Aug-2020 Nikita Popov

Separate out emulator version info


# 69c5d48a 15-Jul-2020 Tomas Votruba

[PHP 8.0] Add match expressions (#672)

RFC: https://wiki.php.net/rfc/match_expression_v2
Upstream implementation: php/php-src#5371

Closes #671.