Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h46 ZEND_AST_ARRAY, enumerator
H A Dzend_language_parser.y1187 /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_ARRAY); }
1195 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }
H A Dzend_ast.c393 case ZEND_AST_ARRAY: in zend_ast_evaluate()
1126 case ZEND_AST_ARRAY: in zend_ast_export_ex()
H A Dzend_compile.c6904 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
7294 case ZEND_AST_ARRAY: in zend_compile_expr()
7576 case ZEND_AST_ARRAY: in zend_eval_const_expr()

Completed in 91 milliseconds