History log of /php-ast/tests/php80_union_types.phpt (Results 1 – 3 of 3)
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
# 7883996d 23-Nov-2019 Tyson Andre

Support ast\flags\TYPE_FALSE for union types. (#140)

AST_CAST already has some impossible flags such as TYPE_ITERABLE.

This was overlooked when adding AST_TYPE_UNION


Revision tags: v1.0.4
# 2040325f 27-Oct-2019 Tyson Andre

Support PHP 8.0 Union Type RFC