Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_compile.c5069 zend_ast *depth_ast = ast->child[0]; in zend_compile_break_continue() local
5076 if (depth_ast) { in zend_compile_break_continue()
5078 if (depth_ast->kind != ZEND_AST_ZVAL) { in zend_compile_break_continue()
5083 depth_zv = zend_ast_get_zval(depth_ast); in zend_compile_break_continue()

Completed in 28 milliseconds