Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_scanner.l199 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function
208 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
261 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
2521 heredoc_label_dtor(heredoc_label);

Completed in 11 milliseconds