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.y391 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
488 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); }
792 attributes parameter { $$ = zend_ast_with_attributes($2, $1); }
957 | attributes attributed_class_statement { $$ = zend_ast_with_attributes($2, $1); }
1132 { zend_ast_with_attributes($3->child[0], $2); $$ = $3; }
1260 | attributes inline_function { $$ = zend_ast_with_attributes($2, $1); }
1263 { $$ = zend_ast_with_attributes($3, $1); ((zend_ast_decl *) $$)->flags |= ZEND_ACC_STATIC; }
H A Dzend_ast.h383 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr);
H A Dzend_ast.c2570 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes() function

Completed in 17 milliseconds