History log of /php-ast/tests/php74_dim_alternative_syntax.phpt (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 260678d4 09-Aug-2022 Tyson Andre

Add encaps var flags for AST_DIM/AST_VAR for php 8.2 (#227)

For https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

Closes #224

In util.php: Don't print a

Add encaps var flags for AST_DIM/AST_VAR for php 8.2 (#227)

For https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

Closes #224

In util.php: Don't print a 0 flag value for combinable flags

For php-ast self-testing, minimize the number of changes in the future
when similar combinable flags get added to existing ast var types.

show more ...


Revision tags: v1.0.5, v1.0.4, v1.0.3
# 5ed59317 21-Jul-2019 Tyson Andre

Add DIM_ALTERNATIVE_SYNTAX flag for 7.4's $x{$i}

Fixes #128

Fix ast\kind_uses_flags(ast\AST_ARROW_FUNC) in php < 7.4