Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_language_scanner.h73 } zend_nest_location; typedef
H A Dzend_language_scanner.l194 zend_stack_init(&SCNG(nest_location_stack), sizeof(zend_nest_location)); in startup_scanner()
228 zend_stack_init(&SCNG(nest_location_stack), sizeof(zend_nest_location)); in zend_save_lexical_state()
1263 zend_nest_location nest_loc = {opening, CG(zend_lineno)}; in enter_nesting()
1274 zend_nest_location *nest_loc = zend_stack_top(&SCNG(nest_location_stack)); in exit_nesting()
1291 zend_nest_location *nest_loc = zend_stack_top(&SCNG(nest_location_stack)); in check_nesting_at_end()

Completed in 16 milliseconds