Function zend_enum_get_case_by_value

Source
pub unsafe extern "C" fn zend_enum_get_case_by_value(
    result: *mut *mut zend_object,
    ce: *mut zend_class_entry,
    long_key: zend_long,
    string_key: *mut zend_string,
    try_: bool,
) -> zend_result