Home
last modified time | relevance | path

Searched refs:nest_location_stack (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_language_scanner.h33 zend_stack nest_location_stack; /* for syntax error reporting */ member
H A Dzend_language_scanner.l195 zend_stack_init(&SCNG(nest_location_stack), sizeof(zend_nest_location)); in startup_scanner()
209 zend_stack_destroy(&SCNG(nest_location_stack)); in shutdown_scanner()
228 lex_state->nest_location_stack = SCNG(nest_location_stack); in zend_save_lexical_state()
229 zend_stack_init(&SCNG(nest_location_stack), sizeof(zend_nest_location)); in zend_save_lexical_state()
267 zend_stack_destroy(&SCNG(nest_location_stack)); in zend_restore_lexical_state()
268 SCNG(nest_location_stack) = lex_state->nest_location_stack; in zend_restore_lexical_state()
1275 zend_stack_push(&SCNG(nest_location_stack), &nest_loc); in enter_nesting()
1280 if (zend_stack_is_empty(&SCNG(nest_location_stack))) { in exit_nesting()
1285 zend_nest_location *nest_loc = zend_stack_top(&SCNG(nest_location_stack)); in exit_nesting()
1295 zend_stack_del_top(&SCNG(nest_location_stack)); in exit_nesting()
[all …]
H A Dzend_globals.h293 zend_stack nest_location_stack; /* for syntax error reporting */ member

Completed in 19 milliseconds