Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c875 zend_ffi_type *arg_type; in zend_ffi_arg_size() local
958 zend_ffi_type *arg_type; in zend_ffi_callback_trampoline() local
961 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_callback_trampoline()
1034 zend_ffi_type *arg_type; in zend_ffi_create_callback() local
1037 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_create_callback()
2749 zend_ffi_type *arg_type; in ZEND_FUNCTION() local
2769 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
2814 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
6422 zend_ffi_type *arg_type; local
6425 arg_type = ZEND_FFI_TYPE(arg_type);
[all …]
/php-src/Zend/
H A Dzend_API.c2682 …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
2686 && !(ZEND_TYPE_FULL_MASK(fptr->common.arg_info[arg_num].type) & arg_type) in zend_check_magic_method_arg_type()
2691 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