Skip to content

Commit 42e8e66

Browse files
committed
Regenerate AST stub
1 parent 3656140 commit 42e8e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ast_stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
const MODIFIER_STATIC = 16;
112112
const MODIFIER_ABSTRACT = 64;
113113
const MODIFIER_FINAL = 32;
114-
const RETURNS_REF = 1024;
115-
const FUNC_RETURNS_REF = 1024;
116-
const FUNC_GENERATOR = 4194304;
114+
const RETURNS_REF = 2048;
115+
const FUNC_RETURNS_REF = 2048;
116+
const FUNC_GENERATOR = 8388608;
117117
const ARRAY_ELEM_REF = 1;
118118
const CLOSURE_USE_REF = 1;
119119
const CLASS_ABSTRACT = 64;

0 commit comments

Comments
 (0)