Skip to content

Commit bef7eba

Browse files
committed
feat(types): union types, intersection, DNF #199
1 parent 8c58394 commit bef7eba

File tree

21 files changed

+2084
-19
lines changed

21 files changed

+2084
-19
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)