Searched refs:zend_ptr_stack_init (Results 1 – 3 of 3) sorted by relevance
36 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) in zend_ptr_stack_init() function
36 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack);
139 zend_ptr_stack_init(&EG(arg_types_stack)); in init_executor()186 zend_ptr_stack_init(&EG(user_error_handlers)); in init_executor()187 zend_ptr_stack_init(&EG(user_exception_handlers)); in init_executor()
Completed in 10 milliseconds