Lines Matching refs:ZEND_AST_VAR
700 { $$ = zend_ast_create(ZEND_AST_GLOBAL, zend_ast_create(ZEND_AST_VAR, $1)); }
1153 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1177 | '$' simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1189 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1205 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1211 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1263 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1266 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1269 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1271 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1273 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1276 zend_ast_create(ZEND_AST_VAR, $2), $4); }
1284 | T_VARIABLE { $$ = zend_ast_create(ZEND_AST_VAR, $1); }