Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_scanner.h67 } zend_heredoc_label; typedef
H A Dzend_language_scanner.l200 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1244 zend_heredoc_label *heredoc_label = void_heredoc_label; in copy_heredoc_label_stack()
1245 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack()
2530 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label));
2679 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
2812 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
2936 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));

Completed in 18 milliseconds