Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_parser.y1391 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, $1); }
1393 { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $1, NULL); }
1395 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $4, $1); }
1397 { $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $2, NULL); }
1402 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $5, $1); }
1405 $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $3, NULL); }
H A Dzend_ast.h124 ZEND_AST_ARRAY_ELEM, enumerator
H A Dzend_ast.c1878 case ZEND_AST_ARRAY_ELEM: in zend_ast_export_ex()
H A Dzend_compile.c9200 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()

Completed in 59 milliseconds