Home
last modified time | relevance | path

Searched refs:ZEND_ARRAY_SYNTAX_SHORT (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_language_parser.y674 | '[' array_pair_list ']' { $$ = $2; $$->attr = ZEND_ARRAY_SYNTAX_SHORT; }
1146 { $2->attr = ZEND_ARRAY_SYNTAX_SHORT; $$ = zend_ast_create(ZEND_AST_ASSIGN, $2, $5); }
1373 | '[' array_pair_list ']' { $$ = $2; $$->attr = ZEND_ARRAY_SYNTAX_SHORT; }
H A Dzend_compile.h994 #define ZEND_ARRAY_SYNTAX_SHORT 3 /* [] */ macro

Completed in 23 milliseconds