Home
last modified time | relevance | path

Searched refs:allow_incomplete_tag (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/ffi/
H A Dffi.c3620 static zend_result zend_ffi_validate_incomplete_type(zend_ffi_type *type, bool allow_incomplete_tag in zend_ffi_validate_incomplete_type() argument
3622 if (!allow_incomplete_tag && (type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) { in zend_ffi_validate_incomplete_type()
3664 static zend_result zend_ffi_validate_type(zend_ffi_type *type, bool allow_incomplete_tag, bool allo… in zend_ffi_validate_type() argument
3670 return zend_ffi_validate_incomplete_type(type, allow_incomplete_tag, allow_incomplete_array); in zend_ffi_validate_type()

Completed in 23 milliseconds