php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_parser_stack_elem Union Reference

#include <zend_compile.h>

Data Fields

zend_astast
 
zend_stringstr
 
zend_ulong num
 
unsigned char * ptr
 
unsigned char * ident
 

Detailed Description

Definition at line 124 of file zend_compile.h.

Field Documentation

◆ ast

zend_ast* _zend_parser_stack_elem::ast

Definition at line 125 of file zend_compile.h.

◆ ident

unsigned char* _zend_parser_stack_elem::ident

Definition at line 129 of file zend_compile.h.

◆ num

zend_ulong _zend_parser_stack_elem::num

Definition at line 127 of file zend_compile.h.

◆ ptr

unsigned char* _zend_parser_stack_elem::ptr

Definition at line 128 of file zend_compile.h.

◆ str

zend_string* _zend_parser_stack_elem::str

Definition at line 126 of file zend_compile.h.


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