Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_parser.y1206 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, $1); }
1208 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $1, NULL); }
1210 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $4, $1); }
1212 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $2, NULL); }
1215 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $5, $1); }
1218 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, NULL); }
H A Dzend_ast.h117 ZEND_AST_ARRAY_ELEM, enumerator
H A Dzend_ast.c1662 case ZEND_AST_ARRAY_ELEM: in zend_ast_export_ex()
H A Dzend_compile.c8052 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()

Completed in 32 milliseconds