History log of /php-ast/ast.stub.php (Results 1 – 4 of 4)
Revision Date Author Comments
# fec004c2 12-Feb-2022 Tyson Andre

Properly namespace `#[\AllowDynamicProperties]` in documentation (#220)

This was previously resolved relative to the `ast\` namespace in type
checkers or if gen_stubs supported attribute

Properly namespace `#[\AllowDynamicProperties]` in documentation (#220)

This was previously resolved relative to the `ast\` namespace in type
checkers or if gen_stubs supported attributes in the future.

show more ...


# 8f1e75f6 27-Nov-2021 Tyson Andre

Release 1.0.16: Optimize ast\Node property setting. Document `#[AllowsDynamicProperties]` in stubs (#219)

Add `#[AllowsDynamicProperties]` to AST stubs

Use OBJ_PROP_NUM for ast\Node

Release 1.0.16: Optimize ast\Node property setting. Document `#[AllowsDynamicProperties]` in stubs (#219)

Add `#[AllowsDynamicProperties]` to AST stubs

Use OBJ_PROP_NUM for ast\Node and ast\Metadata building

(Do it even for Metadata.
The resulting assembly code should be smaller and it's an example of
how to write other classes efficiently in the future)

Mark 1.0.15 and 1.0.16 as stable

show more ...


# 7e9865c5 02-Oct-2020 Nikita Popov

Make stubs namespaced

This is now support in gen_stub.


# 15a7ebd5 12-Sep-2020 Tyson Andre

Add param defaults to reflection (of php-ast's functions) in php 8 (#152)

Add param defaults to reflection in php 8

Support generated arginfo macros in older php versions

T

Add param defaults to reflection (of php-ast's functions) in php 8 (#152)

Add param defaults to reflection in php 8

Support generated arginfo macros in older php versions

Throw in `new ast\Node` for invalid parameter types in php 7. (already the default for php 8)

show more ...