Function zend_fcall_info_argp

Source
pub unsafe extern "C" fn zend_fcall_info_argp(
    fci: *mut zend_fcall_info,
    argc: u32,
    argv: *mut zval,
)
Expand description

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.