Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y398 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
495 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
799 attributes parameter { $$ = zend_ast_with_attributes($2, $1); }
967 | attributes attributed_class_statement { $$ = zend_ast_with_attributes($2, $1); }
1104 $$ = zend_ast_list_add($1, zend_ast_with_attributes($3, $2));
1196 { zend_ast_with_attributes($3->child[0], $2); $$ = $3; }
1328 | attributes inline_function { $$ = zend_ast_with_attributes($2, $1); }
1331 { $$ = zend_ast_with_attributes($3, $1); ((zend_ast_decl *) $$)->flags |= ZEND_ACC_STATIC; }
H A Dzend_ast.h393 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr);
H A Dzend_ast.c2685 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes() function

Completed in 29 milliseconds