Searched refs:nest_loc (Results 1 – 1 of 1) sorted by relevance
1263 zend_nest_location nest_loc = {opening, CG(zend_lineno)}; in enter_nesting() local1264 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() local1275 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() local1292 report_bad_nesting(nest_loc->text, nest_loc->lineno, 0); in check_nesting_at_end()
Completed in 9 milliseconds