Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h154 ZEND_AST_FOR = 4 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_ast.c1187 case ZEND_AST_FOR: in zend_ast_export_stmt()
2009 case ZEND_AST_FOR: in zend_ast_export_ex()
H A Dzend_language_parser.y435 { $$ = zend_ast_create(ZEND_AST_FOR, $3, $5, $7, $9); }
H A Dzend_compile.c8528 case ZEND_AST_FOR: in zend_compile_stmt()

Completed in 40 milliseconds