Home
last modified time | relevance | path

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

/PHP-8.2/ext/ffi/
H A Dphp_ffi.h133 #define ZEND_FFI_ABI_VECTORCALL 9 // FFI_VECTORCALL macro
H A Dffi_arginfo.h478 ZVAL_LONG(&const_ABI_VECTORCALL_value, ZEND_FFI_ABI_VECTORCALL); in register_class_FFI_CType()
H A Dffi.g496 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);}
H A Dffi.c6369 if (dcl->abi == ZEND_FFI_ABI_VECTORCALL && args) {
6448 case ZEND_FFI_ABI_VECTORCALL:
6766 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL);
H A Dffi_parser.c3017 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_VECTORCALL); in parse_attributes()

Completed in 40 milliseconds