Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h117 ZEND_AST_YIELD, enumerator
H A Dzend_language_parser.y958 | T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); }
959 | T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); }
960 | T_YIELD expr T_DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); }
H A Dzend_ast.c1420 case ZEND_AST_YIELD: in zend_ast_export_ex()
H A Dzend_compile.c3139 if (child->kind == ZEND_AST_YIELD) { in zend_compile_assert_side_effects()
7272 case ZEND_AST_YIELD: in zend_compile_expr()

Completed in 41 milliseconds