Skip to content

php-ast 1.1.3

Latest
Compare
Choose a tag to compare
@nikic nikic released this 10 Aug 16:18
· 4 commits to master since this release
  • Fix build against PHP 8.5.
  • In version 120, exit and clone are represented as AST_CALL instead of AST_EXIT and AST_CLONE.
  • Added MODIFIER_PUBLIC_SET, MODIFIER_PROTECTED_SET and MODIFIER_PRIVATE_SET asymmetric visibility flags.
  • Added BINARY_PIPE flag for AST_BINARY_OP for |> pipe operator.
  • Support (void) cast via TYPE_VOID flag on AST_CAST.