Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dphp_ffi.h128 #define ZEND_FFI_ABI_FASTCALL 2 // FFI_FASTCALL macro
H A Dffi.g492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);}
H A Dffi_parser.c2948 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes()
H A Dffi.c6104 case ZEND_FFI_ABI_FASTCALL:
6442 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);

Completed in 66 milliseconds