Searched refs:stmt_ast (Results 1 – 1 of 1) sorted by relevance
5947 zend_compile_stmt(stmt_ast); in zend_compile_while()6905 if (stmt_ast) { in zend_compile_declare()8359 stmt_ast = zend_ast_create(ZEND_AST_RETURN, stmt_ast); in zend_compile_func_decl_ex()8456 if (stmt_ast) { in zend_compile_property_hooks()8466 } else if (!stmt_ast) { in zend_compile_property_hooks()8477 if (stmt_ast && stmt_ast->kind == ZEND_AST_PROPERTY_HOOK_SHORT_BODY) { in zend_compile_property_hooks()8478 stmt_ast = stmt_ast->child[0]; in zend_compile_property_hooks()8480 stmt_ast = zend_ast_create(ZEND_AST_RETURN, stmt_ast); in zend_compile_property_hooks()8487 stmt_ast); in zend_compile_property_hooks()8489 stmt_ast = zend_ast_create_list(1, ZEND_AST_STMT_LIST, stmt_ast); in zend_compile_property_hooks()[all …]
Completed in 33 milliseconds