Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3620 …omplete_type(zend_ffi_type *type, bool allow_incomplete_tag, bool allow_incomplete_array) /* {{{ */ in zend_ffi_validate_incomplete_type() argument
3653 } else if (!allow_incomplete_array && (type->attr & ZEND_FFI_ATTR_INCOMPLETE_ARRAY)) { in zend_ffi_validate_incomplete_type()
3664 …alidate_type(zend_ffi_type *type, bool allow_incomplete_tag, bool allow_incomplete_array) /* {{{ */ 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()
3674 static zend_result zend_ffi_validate_var_type(zend_ffi_type *type, bool allow_incomplete_array) /* … in zend_ffi_validate_var_type() argument
3680 return zend_ffi_validate_type(type, 0, allow_incomplete_array); in zend_ffi_validate_var_type()

Completed in 20 milliseconds