Home
last modified time | relevance | path

Searched refs:ZEND_AST_YIELD (Results 1 – 4 of 4) sorted by path

/PHP-7.3/Zend/
H A Dzend_ast.c1693 case ZEND_AST_YIELD: in zend_ast_export_ex()
H A Dzend_ast.h120 ZEND_AST_YIELD, enumerator
H A Dzend_compile.c8406 case ZEND_AST_YIELD: in zend_compile_expr()
H A Dzend_language_parser.y979 …| T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENER…
980 …| T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GE…
981 …| T_YIELD expr T_DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_fla…

Completed in 38 milliseconds