Skip to content

Commit 27f3f4c

Browse files
committed
feat(types): union types, intersection, DNF #199
1 parent 40c425a commit 27f3f4c

File tree

22 files changed

+2262
-24
lines changed

22 files changed

+2262
-24
lines changed

allowed_bindings.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ bind! {
251251
_ZEND_IS_VARIADIC_BIT,
252252
_ZEND_SEND_MODE_SHIFT,
253253
_ZEND_TYPE_NULLABLE_BIT,
254+
_ZEND_TYPE_LIST_BIT,
255+
_ZEND_TYPE_UNION_BIT,
256+
_ZEND_TYPE_INTERSECTION_BIT,
257+
zend_type_list,
254258
ts_rsrc_id,
255259
_ZEND_TYPE_NAME_BIT,
256260
_ZEND_TYPE_LITERAL_NAME_BIT,

0 commit comments

Comments
 (0)