Home
last modified time | relevance | path

Searched refs:zend_ptr_stack_pop (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_ptr_stack.h107 static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) in zend_ptr_stack_pop() function
H A Dzend_builtin_functions.c1476 EG(user_error_handler) = zend_ptr_stack_pop(&EG(user_error_handlers)); in ZEND_FUNCTION()
1538 EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers)); in ZEND_FUNCTION()
H A Dzend_vm_def.h4326 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack));
H A Dzend_vm_execute.h634 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack)); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c171 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);

Completed in 94 milliseconds