$birthdate = #תאריך לידה#; $age = #גיל לקוח#;
if ($age < 22) { $newAge = $age + 1; return "מתי יהיה בן {$newAge}"; }