Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y1233 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, $1); }
1235 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $1, NULL); }
1237 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $4, $1); }
1239 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $2, NULL); }
1244 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $5, $1); }
1247 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, NULL); }
H A Dzend_ast.h119 ZEND_AST_ARRAY_ELEM, enumerator
H A Dzend_ast.c1762 case ZEND_AST_ARRAY_ELEM: in zend_ast_export_ex()
H A Dzend_compile.c8288 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()

Completed in 46 milliseconds