Skip to content

Commit 6d96b6e

Browse files
committed
feat(types): union types, intersection, DNF #199
1 parent 0a478ed commit 6d96b6e

File tree

22 files changed

+2224
-25
lines changed

22 files changed

+2224
-25
lines changed

allowed_bindings.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ bind! {
246246
_ZEND_IS_VARIADIC_BIT,
247247
_ZEND_SEND_MODE_SHIFT,
248248
_ZEND_TYPE_NULLABLE_BIT,
249+
_ZEND_TYPE_LIST_BIT,
250+
_ZEND_TYPE_UNION_BIT,
251+
_ZEND_TYPE_INTERSECTION_BIT,
252+
zend_type_list,
249253
ts_rsrc_id,
250254
_ZEND_TYPE_NAME_BIT,
251255
_ZEND_TYPE_LITERAL_NAME_BIT,

0 commit comments

Comments
 (0)