Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3610 static zend_result zend_ffi_validate_vla(zend_ffi_type *type) /* {{{ */ in zend_ffi_validate_vla() function
6317 if (zend_ffi_validate_vla(ZEND_FFI_TYPE(dcl->type)) == FAILURE) {
6625 if (zend_ffi_validate_vla(ZEND_FFI_TYPE(dcl->type)) == FAILURE) {
7005 return zend_ffi_validate_vla(ZEND_FFI_TYPE(type));

Completed in 27 milliseconds