pub unsafe extern "C" fn zend_fcall_info_args_clear(
    fci: *mut zend_fcall_info,
    free_mem: bool
)
Expand description

Clear arguments connected with zend_fcall_info *fci If free_mem is not zero then the params array gets free’d as well