Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l186 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function
195 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
248 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
2427 heredoc_label_dtor(heredoc_label);
H A Dzend_language_scanner.c189 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function
198 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
251 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
8047 heredoc_label_dtor(heredoc_label); in lex_scan()

Completed in 22 milliseconds