Lines Matching refs:heredoc_label_stack
183 zend_ptr_stack_init(&SCNG(heredoc_label_stack)); in startup_scanner()
195 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
196 zend_ptr_stack_destroy(&SCNG(heredoc_label_stack)); in shutdown_scanner()
212 lex_state->heredoc_label_stack = SCNG(heredoc_label_stack); in zend_save_lexical_state()
213 zend_ptr_stack_init(&SCNG(heredoc_label_stack)); in zend_save_lexical_state()
247 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
248 zend_ptr_stack_destroy(&SCNG(heredoc_label_stack)); in zend_restore_lexical_state()
249 SCNG(heredoc_label_stack) = lex_state->heredoc_label_stack; in zend_restore_lexical_state()
2122 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) heredoc_label);
2135 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack));
2262 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));
2336 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack));