'error'=>$l->t('<code>mbstring.func_overload</code> is set to <code>%s</code> instead of the expected value <code>0</code>.',[$iniWrapper->getString('mbstring.func_overload')]),
'hint'=>$l->t('To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini.')
];
}
if(!self::isAnnotationsWorking()){
$errors[]=[
'error'=>$l->t('PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.'),