Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_scanner.h64 } zend_heredoc_label; typedef
H A Dzend_language_scanner.l186 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
2079 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label));
2131 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
2258 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
2332 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
H A Dzend_language_scanner.c188 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1744 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack)); in lex_scan()
1807 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()
5322 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label)); in lex_scan()
7434 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()

Completed in 17 milliseconds