Home
last modified time | relevance | path

Searched refs:ret_type (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/ffi/
H A Dffi.c131 zend_ffi_type *ret_type; member
298 if (!zend_ffi_is_compatible_type(dst_type->func.ret_type, src_type->func.ret_type)) { in zend_ffi_func_ptr_are_compatible()
943 zend_ffi_type *ret_type; in zend_ffi_callback_trampoline() local
984 ret_type = ZEND_FFI_TYPE(callback_data->type->func.ret_type); in zend_ffi_callback_trampoline()
1052 callback_data->ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in zend_ffi_create_callback()
2787 ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in ZEND_FUNCTION()
2788 if (!ret_type) { in ZEND_FUNCTION()
2824 ret_type = zend_ffi_get_type(ZEND_FFI_TYPE(type->func.ret_type)); in ZEND_FUNCTION()
2825 if (!ret_type) { in ZEND_FUNCTION()
2848 efree(ret_type); in ZEND_FUNCTION()
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c2522 uint32_t ret_type = zend_fetch_arg_info_type(NULL, ret_info, &ce); in zend_jit_trace_build_tssa() local
2524 ssa_var_info[ssa_ops[idx-1].result_def].type &= ret_type; in zend_jit_trace_build_tssa()

Completed in 65 milliseconds