History log of /php-ast/tests/metadata.phpt (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d4c370de 26-Jan-2019 Tyson Andre

Support FLAGS_COALESCE on AST_ASSIGN_OP (`??=`)


# 7fe259ed 12-Jan-2019 Tyson Andre

Add AST_PROP_GROUP in version 70.

The type information is deliberately left out of versions < 70.

`children['type']` is a Node describing the type of the property group,
or null

Add AST_PROP_GROUP in version 70.

The type information is deliberately left out of versions < 70.

`children['type']` is a Node describing the type of the property group,
or null.
`children['props']` is the AST_PROP_DECL.

The property visibility modifier flags were moved to the AST_PROP_GROUP.

Update package.xml

show more ...


Revision tags: v1.0.0
# 15ac0633 07-Oct-2018 Nikita Popov

Remove unused AST kinds


Revision tags: v0.1.7
# c62f10ff 06-Oct-2018 Nikita Popov

Add explicit ARRAY_ELEM_REF flag

Instead of using magic value "1". Add a test for by-ref destructing
functionality in PHP 7.3. It also worked previously, this is just
improving the d

Add explicit ARRAY_ELEM_REF flag

Instead of using magic value "1". Add a test for by-ref destructing
functionality in PHP 7.3. It also worked previously, this is just
improving the dumping functionality.

show more ...


Revision tags: v0.1.6
# 3358b9a0 30-Jul-2017 Nikita Popov

Use ast\Metadata object for ast\get_metadata()


# be365b43 29-Jul-2017 Nikita Popov

Make flags information slightly more accurate


# 8f4a033b 29-Jul-2017 Nikita Popov

Add ast\get_metadata() function

This function returns metadata about the AST kinds. Currently this
mainly provides the flags supported by each AST kind.


12