php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_ptr_stack.h>
Data Fields | |
int | top |
int | max |
void ** | elements |
void ** | top_element |
bool | persistent |
Definition at line 25 of file zend_ptr_stack.h.
void** _zend_ptr_stack::elements |
Definition at line 27 of file zend_ptr_stack.h.
int _zend_ptr_stack::max |
Definition at line 26 of file zend_ptr_stack.h.
bool _zend_ptr_stack::persistent |
Definition at line 29 of file zend_ptr_stack.h.
int _zend_ptr_stack::top |
Definition at line 26 of file zend_ptr_stack.h.
void** _zend_ptr_stack::top_element |
Definition at line 28 of file zend_ptr_stack.h.