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

#include <zend_ptr_stack.h>

Data Fields

int top
 
int max
 
void ** elements
 
void ** top_element
 
bool persistent
 

Detailed Description

Definition at line 25 of file zend_ptr_stack.h.

Field Documentation

◆ elements

void** _zend_ptr_stack::elements

Definition at line 27 of file zend_ptr_stack.h.

◆ max

int _zend_ptr_stack::max

Definition at line 26 of file zend_ptr_stack.h.

◆ persistent

bool _zend_ptr_stack::persistent

Definition at line 29 of file zend_ptr_stack.h.

◆ top

int _zend_ptr_stack::top

Definition at line 26 of file zend_ptr_stack.h.

◆ top_element

void** _zend_ptr_stack::top_element

Definition at line 28 of file zend_ptr_stack.h.


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