Searched refs:arg_type (Results 1 – 2 of 2) sorted by relevance
874 zend_ffi_type *arg_type; in zend_ffi_arg_size() local957 zend_ffi_type *arg_type; in zend_ffi_callback_trampoline() local960 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_callback_trampoline()1033 zend_ffi_type *arg_type; in zend_ffi_create_callback() local1036 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_create_callback()2748 zend_ffi_type *arg_type; in ZEND_FUNCTION() local2768 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()2813 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()6421 zend_ffi_type *arg_type; local6424 arg_type = ZEND_FFI_TYPE(arg_type);[all …]
2560 …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() argument2564 && !(ZEND_TYPE_FULL_MASK(fptr->common.arg_info[arg_num].type) & arg_type) in zend_check_magic_method_arg_type()2569 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(arg_type)))); in zend_check_magic_method_arg_type()
Completed in 35 milliseconds