mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Port property declarations
This commit is contained in:
parent
1aaaedc1eb
commit
43d6e599cf
3 changed files with 59 additions and 6 deletions
|
@ -103,6 +103,9 @@ enum _zend_ast_kind {
|
|||
ZEND_AST_CLOSURE,
|
||||
ZEND_AST_CLOSURE_USES,
|
||||
ZEND_AST_METHOD,
|
||||
|
||||
ZEND_AST_PROP_DECL,
|
||||
ZEND_AST_PROP_ELEM,
|
||||
};
|
||||
|
||||
typedef unsigned short zend_ast_kind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue