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

#include <zend_stack.h>

Data Fields

int size
 
int top
 
int max
 
voidelements
 

Detailed Description

Definition at line 25 of file zend_stack.h.

Field Documentation

◆ elements

void* _zend_stack::elements

Definition at line 27 of file zend_stack.h.

◆ max

int _zend_stack::max

Definition at line 26 of file zend_stack.h.

◆ size

int _zend_stack::size

Definition at line 26 of file zend_stack.h.

◆ top

int _zend_stack::top

Definition at line 26 of file zend_stack.h.


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