We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a1ddc commit 0a80cfbCopy full SHA for 0a80cfb
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.1
7
- 7.2
8
- 7.3
9
- - 7.4snapshot
+ - 7.4
10
- nightly
11
12
before_script:
README.md
@@ -267,6 +267,8 @@ ast\flags\TYPE_DOUBLE
267
ast\flags\TYPE_STRING
268
ast\flags\TYPE_ITERABLE
269
ast\flags\TYPE_OBJECT
270
+ast\flags\TYPE_NULL // php 8.0 union types
271
+ast\flags\TYPE_FALSE // php 8.0 union types
272
273
// Used by ast\AST_CAST (exclusive)
274
ast\flags\TYPE_NULL
0 commit comments