Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_scanner.l200 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function
210 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
270 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
2684 heredoc_label_dtor(heredoc_label);

Completed in 14 milliseconds