Searched refs:allow_incomplete_tag (Results 1 – 1 of 1) sorted by relevance
3629 static zend_result zend_ffi_validate_incomplete_type(zend_ffi_type *type, bool allow_incomplete_tag… in zend_ffi_validate_incomplete_type() argument3631 if (!allow_incomplete_tag && (type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) { in zend_ffi_validate_incomplete_type()3673 static zend_result zend_ffi_validate_type(zend_ffi_type *type, bool allow_incomplete_tag, bool allo… in zend_ffi_validate_type() argument3679 return zend_ffi_validate_incomplete_type(type, allow_incomplete_tag, allow_incomplete_array); in zend_ffi_validate_type()
Completed in 20 milliseconds