Searched refs:depth_ast (Results 1 – 1 of 1) sorted by relevance
5763 zend_ast *depth_ast = ast->child[0]; in zend_compile_break_continue() local5770 if (depth_ast) { in zend_compile_break_continue()5772 if (depth_ast->kind != ZEND_AST_ZVAL) { in zend_compile_break_continue()5777 depth_zv = zend_ast_get_zval(depth_ast); in zend_compile_break_continue()
Completed in 37 milliseconds