Function php_all_sys::php54::zend_fcall_info_argp[][src]

pub unsafe extern "C" fn zend_fcall_info_argp(
    fci: *mut zend_fcall_info,
    argc: c_int,
    argv: *mut *mut *mut zval
) -> c_int

Set arguments in the zend_fcall_info struct taking care of refcount. If argc is 0 the arguments which are set will be cleared, else pass a variable amount of zval** arguments.