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

#include <zend_ast.h>

Data Fields

zend_ast_kind kind
 
zend_ast_attr attr
 
uint32_t lineno
 
zend_astchild [1]
 

Detailed Description

Definition at line 186 of file zend_ast.h.

Field Documentation

◆ attr

zend_ast_attr _zend_ast::attr

Definition at line 188 of file zend_ast.h.

◆ child

zend_ast* _zend_ast::child[1]

Definition at line 190 of file zend_ast.h.

◆ kind

zend_ast_kind _zend_ast::kind

Definition at line 187 of file zend_ast.h.

◆ lineno

uint32_t _zend_ast::lineno

Definition at line 189 of file zend_ast.h.


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