Skip to content

Commit 0a80cfb

Browse files
TysonAndrenikic
authored andcommitted
Document new flags for AST_TYPE (null/false)
1 parent f2a1ddc commit 0a80cfb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- 7.4snapshot
9+
- 7.4
1010
- nightly
1111

1212
before_script:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ ast\flags\TYPE_DOUBLE
267267
ast\flags\TYPE_STRING
268268
ast\flags\TYPE_ITERABLE
269269
ast\flags\TYPE_OBJECT
270+
ast\flags\TYPE_NULL // php 8.0 union types
271+
ast\flags\TYPE_FALSE // php 8.0 union types
270272
271273
// Used by ast\AST_CAST (exclusive)
272274
ast\flags\TYPE_NULL

0 commit comments

Comments
 (0)