Home
last modified time | relevance | path

Searched defs:heredoc_label (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_language_scanner.c189 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1205 zend_heredoc_label *heredoc_label = void_heredoc_label; in copy_heredoc_label_stack() local
4664 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label)); in lex_scan() local
7233 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan() local
8042 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack)); in lex_scan() local
8065 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan() local
H A Dzend_language_scanner.l186 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1202 zend_heredoc_label *heredoc_label = void_heredoc_label; in copy_heredoc_label_stack() local

Completed in 21 milliseconds