Searched refs:depth_ast (Results 1 – 1 of 1) sorted by relevance
5767 zend_ast *depth_ast = ast->child[0]; in zend_compile_break_continue() local5774 if (depth_ast) { in zend_compile_break_continue()5776 if (depth_ast->kind != ZEND_AST_ZVAL) { in zend_compile_break_continue()5781 depth_zv = zend_ast_get_zval(depth_ast); in zend_compile_break_continue()
Completed in 32 milliseconds