Searched refs:zend_ffi_zval_to_cdata (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/ffi/ |
H A D | ffi.c | 726 static zend_always_inline zend_result zend_ffi_zval_to_cdata(void *ptr, zend_ffi_type *type, zval *… in zend_ffi_zval_to_cdata() function 973 zend_ffi_zval_to_cdata(ret, ret_type, &retval); in zend_ffi_callback_trampoline() 1127 zend_ffi_zval_to_cdata(cdata->ptr, type, value); in zend_ffi_cdata_set() 1349 zend_ffi_zval_to_cdata(ptr, ZEND_FFI_TYPE(field->type), value); in zend_ffi_cdata_write_field() 1463 zend_ffi_zval_to_cdata(ptr, type, value); in zend_ffi_cdata_write_dim() 2531 zend_ffi_zval_to_cdata(sym->addr, ZEND_FFI_TYPE(sym->type), value); in zend_ffi_write_var() 3964 zend_ffi_zval_to_cdata(cdata->ptr, type, zv); in ZEND_METHOD()
|
Completed in 21 milliseconds