Home
last modified time | relevance | path

Searched refs:AST_CLOSURE_VAR (Results 1 – 9 of 9) sorted by relevance

/php-ast/tests/
H A Dget_kind_name.phpt8 var_dump(ast\get_kind_name(ast\AST_CLOSURE_VAR));
20 string(15) "AST_CLOSURE_VAR"
H A Dclosure_use_vars.phpt36 0: AST_CLOSURE_VAR
39 1: AST_CLOSURE_VAR
H A Dnamed_children.phpt29 0: AST_CLOSURE_VAR
H A Dmetadata.phpt52 AST_CLOSURE_VAR: [CLOSURE_USE_REF]
/php-ast/
H A Dphp_ast.h44 #define AST_CLOSURE_VAR 2049 macro
H A Dast_data.c27 AST_CLOSURE_VAR,
141 case AST_CLOSURE_VAR: return "AST_CLOSURE_VAR"; in ast_kind_to_name()
234 case AST_CLOSURE_VAR: in ast_kind_child_name()
595 REGISTER_NS_LONG_CONSTANT("ast", "AST_CLOSURE_VAR", AST_CLOSURE_VAR, CONST_CS | CONST_PERSISTENT); in ast_register_kind_constants()
H A Dast_stub.php33 const AST_CLOSURE_VAR = 2049; define
H A Dast.c334 { AST_CLOSURE_VAR, 0, closure_use_flags },
420 || kind == AST_NAME || kind == AST_CLOSURE_VAR || kind == ZEND_AST_CLASS_CONST_DECL in ast_kind_uses_attr()
789 ast_create_virtual_node(&child_zv, AST_CLOSURE_VAR, child->attr, child, state); in ast_fill_children_ht()
H A DREADME.md247 // Used by ast\AST_CLOSURE_VAR
394 AST_CLOSURE_VAR: name

Completed in 148 milliseconds