Searched refs:arg_type (Results 1 – 2 of 2) sorted by relevance
875 zend_ffi_type *arg_type; in zend_ffi_arg_size() local958 zend_ffi_type *arg_type; in zend_ffi_callback_trampoline() local961 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_callback_trampoline()1034 zend_ffi_type *arg_type; in zend_ffi_create_callback() local1037 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_create_callback()2749 zend_ffi_type *arg_type; in ZEND_FUNCTION() local2769 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()2814 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()6458 zend_ffi_type *arg_type; local6461 arg_type = ZEND_FFI_TYPE(arg_type);[all …]
2681 …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() argument2685 && !(ZEND_TYPE_FULL_MASK(fptr->common.arg_info[arg_num].type) & arg_type) in zend_check_magic_method_arg_type()2690 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(arg_type)))); in zend_check_magic_method_arg_type()
Completed in 36 milliseconds