Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3664 static zend_result zend_ffi_validate_type(zend_ffi_type *type, bool allow_incomplete_tag, bool allo… in zend_ffi_validate_type() function
3680 return zend_ffi_validate_type(type, 0, allow_incomplete_array); in zend_ffi_validate_var_type()
6338 return zend_ffi_validate_type(type, 0, 1);
6651 …if (zend_ffi_validate_type(type, (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) == ZEND_FFI_DCL_EXTERN,…

Completed in 37 milliseconds