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.c874 zend_ffi_type *arg_type; in zend_ffi_arg_size() local
957 zend_ffi_type *arg_type; in zend_ffi_callback_trampoline() local
960 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_callback_trampoline()
1033 zend_ffi_type *arg_type; in zend_ffi_create_callback() local
1036 arg_type = ZEND_FFI_TYPE(arg_type); in zend_ffi_create_callback()
2748 zend_ffi_type *arg_type; in ZEND_FUNCTION() local
2768 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
2813 arg_type = ZEND_FFI_TYPE(arg_type); in ZEND_FUNCTION()
6412 zend_ffi_type *arg_type; local
6415 arg_type = ZEND_FFI_TYPE(arg_type);
[all …]
/php-src/Zend/
H A Dzend_API.c2613 …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
2617 && !(ZEND_TYPE_FULL_MASK(fptr->common.arg_info[arg_num].type) & arg_type) in zend_check_magic_method_arg_type()
2622 ZSTR_VAL(zend_type_to_string((zend_type) ZEND_TYPE_INIT_MASK(arg_type)))); in zend_check_magic_method_arg_type()

Completed in 44 milliseconds