Searched refs:ZEND_AST_ARRAY_ELEM (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_language_parser.y | 1204 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, $1); } 1206 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $1, NULL); } 1208 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $4, $1); } 1210 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $2, NULL); } 1213 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $5, $1); } 1216 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, NULL); }
|
H A D | zend_ast.h | 113 ZEND_AST_ARRAY_ELEM, enumerator
|
H A D | zend_ast.c | 1392 case ZEND_AST_ARRAY_ELEM: in zend_ast_export_ex()
|
H A D | zend_compile.c | 7605 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
|
Completed in 68 milliseconds