Lines Matching refs:heredoc_label_stack
186 zend_ptr_stack_init(&SCNG(heredoc_label_stack)); in startup_scanner()
198 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in shutdown_scanner()
199 zend_ptr_stack_destroy(&SCNG(heredoc_label_stack)); in shutdown_scanner()
215 lex_state->heredoc_label_stack = SCNG(heredoc_label_stack); in zend_save_lexical_state()
216 zend_ptr_stack_init(&SCNG(heredoc_label_stack)); in zend_save_lexical_state()
250 zend_ptr_stack_clean(&SCNG(heredoc_label_stack), (void (*)(void *)) &heredoc_label_dtor, 1); in zend_restore_lexical_state()
251 zend_ptr_stack_destroy(&SCNG(heredoc_label_stack)); in zend_restore_lexical_state()
252 SCNG(heredoc_label_stack) = lex_state->heredoc_label_stack; in zend_restore_lexical_state()
4521 zend_ptr_stack_push(&SCNG(heredoc_label_stack), (void *) heredoc_label); in lex_scan()
6959 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()
7706 zend_heredoc_label *heredoc_label = zend_ptr_stack_pop(&SCNG(heredoc_label_stack)); in lex_scan()
7731 zend_heredoc_label *heredoc_label = zend_ptr_stack_top(&SCNG(heredoc_label_stack)); in lex_scan()