Searched refs:heredoc_label_dtor (Results 1 – 2 of 2) sorted by relevance
187 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function196 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()241 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()2117 heredoc_label_dtor(heredoc_label);
189 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function198 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()243 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()1963 heredoc_label_dtor(heredoc_label); in lex_scan()
Completed in 24 milliseconds