Searched refs:ZEND_AST_FOREACH (Results 1 – 4 of 4) sorted by relevance
147 ZEND_AST_FOREACH, enumerator
439 { $$ = zend_ast_create(ZEND_AST_FOREACH, $3, $5, NULL, $7); }442 { $$ = zend_ast_create(ZEND_AST_FOREACH, $3, $7, $5, $9); }
857 case ZEND_AST_FOREACH: in zend_ast_export_stmt()1655 case ZEND_AST_FOREACH: in zend_ast_export_ex()
7835 case ZEND_AST_FOREACH: in zend_compile_stmt()
Completed in 40 milliseconds