<?PHP declare(strict_types = 1); $shipment_method_set = array ( 'unknown' => 'Unknown', 'car' => 'By car', 'ship' => 'By ship', );