Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c2548 static zend_result zend_ffi_pass_arg(zval *arg, zend_ffi_type *type, ffi_type **pass_type, void **a… in zend_ffi_pass_arg() function
2729 return zend_ffi_pass_arg(arg, type, pass_type, arg_values, n, execute_data); in zend_ffi_pass_var_arg()
2772 …if (zend_ffi_pass_arg(EX_VAR_NUM(n), arg_type, &arg_types[n], arg_values, n, execute_data) == FAIL… in ZEND_FUNCTION()
2817 …if (zend_ffi_pass_arg(EX_VAR_NUM(n), arg_type, &arg_types[n], arg_values, n, execute_data) == FAIL… in ZEND_FUNCTION()

Completed in 32 milliseconds