php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_ast_list Struct Reference

#include <zend_ast.h>

Data Fields

zend_ast_kind kind
 
zend_ast_attr attr
 
uint32_t lineno
 
uint32_t children
 
zend_astchild [1]
 

Detailed Description

Definition at line 194 of file zend_ast.h.

Field Documentation

◆ attr

zend_ast_attr _zend_ast_list::attr

Definition at line 196 of file zend_ast.h.

◆ child

zend_ast* _zend_ast_list::child[1]

Definition at line 199 of file zend_ast.h.

◆ children

uint32_t _zend_ast_list::children

Definition at line 198 of file zend_ast.h.

◆ kind

zend_ast_kind _zend_ast_list::kind

Definition at line 195 of file zend_ast.h.

◆ lineno

uint32_t _zend_ast_list::lineno

Definition at line 197 of file zend_ast.h.


The documentation for this struct was generated from the following file: