Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ptr_stack.h99 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push() function
H A Dzend_language_scanner.l1214 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) new_heredoc_label); in copy_heredoc_label_stack()
2398 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) heredoc_label);
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c702 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()

Completed in 17 milliseconds