Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_language_scanner.l1263 zend_nest_location nest_loc = {opening, CG(zend_lineno)}; in enter_nesting() local
1264 zend_stack_push(&SCNG(nest_location_stack), &nest_loc); in enter_nesting()
1274 zend_nest_location *nest_loc = zend_stack_top(&SCNG(nest_location_stack)); in exit_nesting() local
1275 char opening = nest_loc->text; in exit_nesting()
1280 report_bad_nesting(opening, nest_loc->lineno, closing); in exit_nesting()
1291 zend_nest_location *nest_loc = zend_stack_top(&SCNG(nest_location_stack)); in check_nesting_at_end() local
1292 report_bad_nesting(nest_loc->text, nest_loc->lineno, 0); in check_nesting_at_end()

Completed in 10 milliseconds