Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c814 zend_ffi_type *arg_type; in zend_ffi_arg_size() local
897 zend_ffi_type *arg_type; in zend_ffi_callback_trampoline() local
900 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_callback_trampoline()
973 zend_ffi_type *arg_type; in zend_ffi_create_callback() local
976 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_create_callback()
2666 zend_ffi_type *arg_type; in ZEND_FUNCTION() local
2686 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
2731 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
5961 zend_ffi_type *arg_type; local
5964 arg_type = ZEND_FFI_TYPE(arg_type);
[all …]
/PHP-8.0/Zend/
H A Dzend_API.c2108 …t32_t arg_num, const zend_class_entry *ce, const zend_function *fptr, int error_type, int arg_type) in zend_check_magic_method_arg_type() argument
2112 && !(ZEND_TYPE_FULL_MASK(fptr->common.arg_info[arg_num].type) & arg_type) in zend_check_magic_method_arg_type()
2117 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(arg_type)))); in zend_check_magic_method_arg_type()

Completed in 42 milliseconds