#
d8235a27 |
| 14-Jul-2024 |
Nikita Popov |
[8.4] Add support for __PROPERTY__ magic constant Part of property hooks RFC.
|
#
a5d4c100 |
| 20-May-2023 |
Nikita Popov |
Remove some unused symbols
|
#
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 ...
|
#
050342b5 |
| 04-Jul-2022 |
MathiasReker |
Add visibility modifiers to constants Closes GH-848.
|
#
aff98bbf |
| 04-Jun-2022 |
Nikita Popov |
Use PHP 8.0 token representation Migrate everything to use PhpToken-compatible token representation, rather than the legacy array/string representation.
|
#
2d589921 |
| 04-Jun-2022 |
Nikita Popov |
Fix incorrect doc type
|
#
a8223f22 |
| 20-Mar-2021 |
Nikita Popov |
Add emulation for enum keyword
|
#
b5351f88 |
| 23-Sep-2020 |
Nikita Popov |
Make keyword emulation check case-insensitive
|
#
75abbbd2 |
| 06-Sep-2020 |
Nikita Popov |
Handle flexible heredoc via TokenEmulator Extend the interface to support preprocessing.
|
#
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.
|