pub unsafe extern "C" fn zend_fcall_info_args_restore(
    fci: *mut zend_fcall_info,
    param_count: u32,
    params: *mut zval
)
Expand description

Free arguments connected with zend_fcall_info *fci and set back saved ones.