Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ptr_stack.h108 static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) in zend_ptr_stack_pop() function
H A Dzend_builtin_functions.c1579 EG(user_error_handler) = zend_ptr_stack_pop(&EG(user_error_handlers)); in ZEND_FUNCTION()
1634 EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers)); in ZEND_FUNCTION()
H A Dzend_language_scanner.l2176 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
H A Dzend_language_scanner.c1979 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack)); in lex_scan()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c172 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);

Completed in 32 milliseconds