Searched refs:heredoc_label_dtor (Results 1 – 1 of 1) sorted by relevance
199 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function209 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()269 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()2776 heredoc_label_dtor(heredoc_label);
Completed in 10 milliseconds