Version 5.2.0 (2024-09-15)
Added
__PROPERTY__
magic constant, represented using a
Node\Scalar\MagicConst\Property
node.hooks
subnode on
Node\Stmt\Property
and Node\Param
, which contains an array of Node\PropertyHook
.flags
can now hold the
additional bits Modifiers::PUBLIC_SET
, Modifiers::PROTECTED_SET
and Modifiers::PRIVATE_SET
.Node\Expr\Exit_
node. Otherwise (e.g.
if a named argument is used) it will be represented as a plain Node\Expr\FuncCall
.BuilderFactory::val()
.Removed
$array{0}
from the PHP 8 parser. It is still
supported by the PHP 7 parser. This is necessary in order to support property hooks.Please log in to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.