27 stack->
top = stack->
max = 0;
46 elem = va_arg(
ptr,
void *);
62 elem = va_arg(
ptr,
void **);
93 while (i < stack->
top) {
count(Countable|array $value, int $mode=COUNT_NORMAL)
#define pefree(ptr, persistent)
ZEND_API void zend_ptr_stack_reverse_apply(zend_ptr_stack *stack, void(*func)(void *))
ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count,...)
ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void(*func)(void *), bool free_elements)
ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack)
ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack)
ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack)
ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void(*func)(void *))
ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count,...)
ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persistent)
struct _zend_ptr_stack zend_ptr_stack
#define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count)