Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h45 ZEND_AST_LIST, enumerator
H A Dzend_language_parser.y1176 { $$ = zend_ast_create_list(1, ZEND_AST_LIST, $1); }
H A Dzend_ast.c1121 case ZEND_AST_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2300 if (var_ast->kind == ZEND_AST_LIST) { in zend_emit_assign_znode()
2534 if (var_ast->kind == ZEND_AST_LIST && zend_list_has_assign_to(var_ast, name)) { in zend_list_has_assign_to()
2616 case ZEND_AST_LIST: in zend_compile_assign()
3954 if (key_ast->kind == ZEND_AST_LIST) { in zend_compile_foreach()

Completed in 53 milliseconds