Home
last modified time | relevance | path

Searched refs:AST_CLOSURE (Results 1 – 10 of 10) sorted by relevance

/php-ast/tests/
H A Ddecl_ids.phpt21 0: AST_CLOSURE
29 1: AST_CLOSURE
68 0: AST_CLOSURE
77 1: AST_CLOSURE
H A Dfunctions_dont_use.phpt22 0: AST_CLOSURE
41 0: AST_CLOSURE
H A Dnamed_children.phpt24 expr: AST_CLOSURE
H A Dclosure_use_vars.phpt21 expr: AST_CLOSURE
H A Ddecl_normalization.phpt89 3: AST_CLOSURE
141 3: AST_CLOSURE
H A Dattributes_01.phpt45 expr: AST_CLOSURE
H A Dphp80_union_types_false.phpt69 expr: AST_CLOSURE
H A Dmetadata.phpt55 AST_CLOSURE: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STATIC, …
/php-ast/
H A Dast_stub.php36 const AST_CLOSURE = 68; define
H A DREADME.md240 // Used by ast\AST_CLOSURE, ast\AST_ARROW_FUNC (combinable)
243 // Used by ast\AST_FUNC_DECL, ast\AST_METHOD, ast\AST_CLOSURE, ast\AST_ARROW_FUNC (combinable)
393 AST_CLOSURE: name, docComment, params, uses, stmts, returnType, attributes
532 * `AST_PARAM`, `AST_CLASS_DECL`, `AST_METHOD`, `AST_PROP_DECL`, `AST_CLOSURE`, `AST_FUNC_DECL`, and…

Completed in 15 milliseconds