<?PHP declare(strict_types = 1); $shipment_method_set = array ( 'unknown' => 'Неизвестно', 'car' => 'На машине', 'ship' => 'На корабле', );