Searched refs:AST_FUNC_DECL (Results 1 – 21 of 21) sorted by relevance
/php-ast/tests/ |
H A D | params.phpt | 21 0: AST_FUNC_DECL 37 1: AST_FUNC_DECL 54 2: AST_FUNC_DECL 74 0: AST_FUNC_DECL 95 1: AST_FUNC_DECL 117 2: AST_FUNC_DECL
|
H A D | nullable_types.phpt | 23 0: AST_FUNC_DECL 40 1: AST_FUNC_DECL 55 2: AST_FUNC_DECL
|
H A D | decl_ids.phpt | 37 2: AST_FUNC_DECL 45 3: AST_FUNC_DECL 86 2: AST_FUNC_DECL 94 3: AST_FUNC_DECL
|
H A D | functions_dont_use.phpt | 30 1: AST_FUNC_DECL 49 1: AST_FUNC_DECL
|
H A D | generator_flag.phpt | 20 0: AST_FUNC_DECL
|
H A D | never_return_type.phpt | 18 0: AST_FUNC_DECL
|
H A D | object_type.phpt | 18 0: AST_FUNC_DECL
|
H A D | ast_dump_with_exclude_doc.phpt | 25 0: AST_FUNC_DECL
|
H A D | ast_dump_with_linenos.phpt | 30 0: AST_FUNC_DECL @ 2-9
|
H A D | true_type.phpt | 19 0: AST_FUNC_DECL
|
H A D | decl_normalization.phpt | 82 2: AST_FUNC_DECL 133 2: AST_FUNC_DECL
|
H A D | php80_union_types_nullable.phpt | 29 0: AST_FUNC_DECL 77 0: AST_FUNC_DECL
|
H A D | php80_union_types.phpt | 33 1: AST_FUNC_DECL 88 3: AST_FUNC_DECL
|
H A D | attributes_01.phpt | 29 1: AST_FUNC_DECL
|
H A D | type_hints.phpt | 21 0: AST_FUNC_DECL
|
H A D | 001.phpt | 26 0: AST_FUNC_DECL
|
H A D | attributes_02.phpt | 76 2: AST_FUNC_DECL 178 2: AST_FUNC_DECL
|
H A D | php81_intersection_types.phpt | 84 1: AST_FUNC_DECL
|
H A D | metadata.phpt | 54 AST_FUNC_DECL: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STATIC…
|
/php-ast/ |
H A D | ast_stub.php | 35 const AST_FUNC_DECL = 67; define
|
H A D | README.md | 244 // Used by ast\AST_FUNC_DECL, ast\AST_METHOD, ast\AST_CLOSURE, ast\AST_ARROW_FUNC (combinable) 409 AST_FUNC_DECL: name, docComment, params, stmts, returnType, attributes 543 * `AST_PARAM`, `AST_CLASS_DECL`, `AST_METHOD`, `AST_PROP_DECL`, `AST_CLOSURE`, `AST_FUNC_DECL`, and… 561 * `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
|
Completed in 31 milliseconds