Searched refs:ZEND_AST_YIELD (Results 1 – 4 of 4) sorted by relevance
117 ZEND_AST_YIELD, enumerator
958 | 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); }
1420 case ZEND_AST_YIELD: in zend_ast_export_ex()
3139 if (child->kind == ZEND_AST_YIELD) { in zend_compile_assert_side_effects()7272 case ZEND_AST_YIELD: in zend_compile_expr()
Completed in 40 milliseconds