Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h102 ZEND_AST_RETURN, enumerator
H A Dzend_ast.c1806 if (body->kind == ZEND_AST_RETURN) { in zend_ast_export_ex()
2057 case ZEND_AST_RETURN: in zend_ast_export_ex()
H A Dzend_language_parser.y509 | T_RETURN optional_expr ';' { $$ = zend_ast_create(ZEND_AST_RETURN, $2); }
H A Dzend_compile.c7907 if (ast->kind == ZEND_AST_ARROW_FUNC && decl->child[2]->kind != ZEND_AST_RETURN) { in zend_compile_func_decl()
7914 stmt_ast = zend_ast_create(ZEND_AST_RETURN, stmt_ast); in zend_compile_func_decl()
10628 case ZEND_AST_RETURN: in zend_compile_stmt()

Completed in 68 milliseconds