$valid = ‘תקין/לאתקין’;
if ($valid == ‘תקין’) { return “a”; } elseif ($valid == ‘לאתקין’) { return “c”; }