v4.10.3
版本发布时间: 2020-12-04 01:47:02
nikic/PHP-Parser最新发布版本:v5.3.0(2024-09-29 21:59:38)
Fixed
- Fixed formatting-preserving pretty printing for
"{$x}"
. - Ternary expressions are now treated as non-associative in the pretty printer, in order to generate code that is compatible with the parentheses requirement introduced in PHP 8.
- Removed no longer necessary
error_clear_last()
call in lexer, which may interfere with fatal error handlers if invoked during shutdown.