Home
last modified time | relevance | path

Searched refs:ZEND_ARRAY_SYNTAX_LIST (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_language_parser.y547 | T_LIST '(' array_pair_list ')' { $$ = $3; $$->attr = ZEND_ARRAY_SYNTAX_LIST; }
869 { $3->attr = ZEND_ARRAY_SYNTAX_LIST; $$ = zend_ast_create(ZEND_AST_ASSIGN, $3, $6); }
1212 { $5->attr = ZEND_ARRAY_SYNTAX_LIST;
1215 { $3->attr = ZEND_ARRAY_SYNTAX_LIST;
H A Dzend_compile.h849 #define ZEND_ARRAY_SYNTAX_LIST 1 /* list() */ macro
H A Dzend_compile.c6613 if (ast->attr == ZEND_ARRAY_SYNTAX_LIST) { in zend_try_ct_eval_array()

Completed in 35 milliseconds