Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c3696 zend_ast *depth_ast = ast->child[0]; in zend_compile_break_continue() local
3703 if (depth_ast) { in zend_compile_break_continue()
3705 if (depth_ast->kind != ZEND_AST_ZVAL) { in zend_compile_break_continue()
3710 depth_zv = zend_ast_get_zval(depth_ast); in zend_compile_break_continue()

Completed in 47 milliseconds