Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ptr_stack.h100 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push() function
H A Dzend_builtin_functions.c1548 zend_ptr_stack_push(&EG(user_error_handlers), EG(user_error_handler)); in ZEND_FUNCTION()
1610 zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler)); in ZEND_FUNCTION()
H A Dzend_language_scanner.l2163 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) heredoc_label);
H A Dzend_language_scanner.c3944 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) heredoc_label); in lex_scan()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c718 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()

Completed in 38 milliseconds