Searched refs:ZEND_AST_FOREACH (Results 1 – 4 of 4) sorted by relevance
148 ZEND_AST_FOREACH, enumerator
438 { $$ = zend_ast_create(ZEND_AST_FOREACH, $3, $5, NULL, $7); }441 { $$ = zend_ast_create(ZEND_AST_FOREACH, $3, $7, $5, $9); }
854 case ZEND_AST_FOREACH: in zend_ast_export_stmt()1651 case ZEND_AST_FOREACH: in zend_ast_export_ex()
7134 case ZEND_AST_FOREACH: in zend_compile_stmt()
Completed in 124 milliseconds