$כמות = 5; // Placeholder value for #כמות# $מוצרים = [10, 20, 30]; // Placeholder value for #מוצרים#
foreach ($מוצרים as $מוצר) { return “The quantity ordered for the product $מוצר is $כמות.” . PHP_EOL; }