Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h147 ZEND_AST_FOR = 4 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_ast.c853 case ZEND_AST_FOR: in zend_ast_export_stmt()
1633 case ZEND_AST_FOR: in zend_ast_export_ex()
H A Dzend_language_parser.y425 { $$ = zend_ast_create(ZEND_AST_FOR, $3, $5, $7, $9); }
H A Dzend_compile.c7131 case ZEND_AST_FOR: in zend_compile_stmt()

Completed in 83 milliseconds