Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h170 ZEND_AST_FOR = 4 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_ast.c1493 case ZEND_AST_FOR: in zend_ast_export_stmt()
2472 case ZEND_AST_FOR: in zend_ast_export_ex()
H A Dzend_language_parser.y504 { $$ = zend_ast_create(ZEND_AST_FOR, $3, $5, $7, $9); }
H A Dzend_compile.c10650 case ZEND_AST_FOR: in zend_compile_stmt()

Completed in 52 milliseconds