Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi.c3619 static zend_result zend_ffi_validate_vla(zend_ffi_type *type) /* {{{ */ in zend_ffi_validate_vla() function
6326 if (zend_ffi_validate_vla(ZEND_FFI_TYPE(dcl->type)) == FAILURE) {
6634 if (zend_ffi_validate_vla(ZEND_FFI_TYPE(dcl->type)) == FAILURE) {
7014 return zend_ffi_validate_vla(ZEND_FFI_TYPE(type));

Completed in 23 milliseconds