Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h116 ZEND_AST_YIELD, enumerator
H A Dzend_language_parser.y972 …| T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENER…
973 …| T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GE…
974 …| T_YIELD expr T_DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_fla…
H A Dzend_ast.c1421 case ZEND_AST_YIELD: in zend_ast_export_ex()
H A Dzend_compile.c7973 case ZEND_AST_YIELD: in zend_compile_expr()

Completed in 32 milliseconds