Home
last modified time | relevance | path

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

/PHP-8.2/ext/ffi/
H A Dphp_ffi.h126 #define ZEND_FFI_ABI_FASTCALL 2 // FFI_FASTCALL macro
H A Dffi_arginfo.h436 ZVAL_LONG(&const_ABI_FASTCALL_value, ZEND_FFI_ABI_FASTCALL); in register_class_FFI_CType()
H A Dffi.g492 {zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);}
H A Dffi_parser.c3009 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL); in parse_attributes()
H A Dffi.c6413 case ZEND_FFI_ABI_FASTCALL:
6751 zend_ffi_set_abi(dcl, ZEND_FFI_ABI_FASTCALL);

Completed in 50 milliseconds