Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_scanner.h69 } zend_heredoc_label; typedef
H A Dzend_language_scanner.l199 static void heredoc_label_dtor(zend_heredoc_label *heredoc_label) { in heredoc_label_dtor()
1233 zend_heredoc_label *heredoc_label = void_heredoc_label; in copy_heredoc_label_stack()
1234 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack()
2606 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label));
2755 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
2888 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
3012 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));

Completed in 12 milliseconds