Home
last modified time | relevance | path

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

/PHP-7.1/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()
247 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
2136 heredoc_label_dtor(heredoc_label);
H A Dzend_language_scanner.c188 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor() function
197 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
249 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
1749 heredoc_label_dtor(heredoc_label); in lex_scan()

Completed in 32 milliseconds