php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_ast.h>
Data Fields | |
zend_ast_kind | kind |
zend_ast_attr | attr |
uint32_t | lineno |
uint32_t | children |
zend_ast * | child [1] |
Definition at line 194 of file zend_ast.h.
zend_ast_attr _zend_ast_list::attr |
Definition at line 196 of file zend_ast.h.
zend_ast* _zend_ast_list::child[1] |
Definition at line 199 of file zend_ast.h.
uint32_t _zend_ast_list::children |
Definition at line 198 of file zend_ast.h.
zend_ast_kind _zend_ast_list::kind |
Definition at line 195 of file zend_ast.h.
uint32_t _zend_ast_list::lineno |
Definition at line 197 of file zend_ast.h.