Searched refs:heredoc_label_stack (Results 1 – 4 of 4) sorted by relevance
34 zend_ptr_stack heredoc_label_stack; member
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()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));[all …]
275 zend_ptr_stack heredoc_label_stack; member
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()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()[all …]
Completed in 20 milliseconds