Searched refs:type_kind (Results 1 – 1 of 1) sorted by relevance
266 #define ZEND_TYPE_INIT_PTR(ptr, type_kind, allow_null, extra_flags) \ argument268 (type_kind) | ((allow_null) ? _ZEND_TYPE_NULLABLE_BIT : 0) | (extra_flags) }
Completed in 11 milliseconds