Home
last modified time | relevance | path

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

/PHP-8.1/ext/ffi/
H A Dphp_ffi.h133 #define ZEND_FFI_ABI_VECTORCALL 9 // FFI_VECTORCALL macro
H A Dffi.g492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
H A Dffi.c6342 if (dcl->abi == ZEND_FFI_ABI_VECTORCALL && args) {
6421 case ZEND_FFI_ABI_VECTORCALL:
6739 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);
H A Dffi_parser.c2954 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()

Completed in 34 milliseconds