Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_parser.y1204 { $$ = 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 Dzend_ast.h113 ZEND_AST_ARRAY_ELEM, enumerator
H A Dzend_ast.c1392 case ZEND_AST_ARRAY_ELEM: in zend_ast_export_ex()
H A Dzend_compile.c7605 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()

Completed in 68 milliseconds