Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c5951 zend_compile_stmt(stmt_ast); in zend_compile_while()
6909 if (stmt_ast) { in zend_compile_declare()
8351 stmt_ast = zend_ast_create(ZEND_AST_RETURN, stmt_ast); in zend_compile_func_decl_ex()
8448 if (stmt_ast) { in zend_compile_property_hooks()
8458 } else if (!stmt_ast) { in zend_compile_property_hooks()
8469 if (stmt_ast && stmt_ast->kind == ZEND_AST_PROPERTY_HOOK_SHORT_BODY) { in zend_compile_property_hooks()
8470 stmt_ast = stmt_ast->child[0]; in zend_compile_property_hooks()
8472 stmt_ast = zend_ast_create(ZEND_AST_RETURN, stmt_ast); in zend_compile_property_hooks()
8479 stmt_ast); in zend_compile_property_hooks()
8481 stmt_ast = zend_ast_create_list(1, ZEND_AST_STMT_LIST, stmt_ast); in zend_compile_property_hooks()
[all …]

Completed in 39 milliseconds