3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ "manufacturer" => "BB", "width" => "245, 225", "height" => "45, 65", "diameter" => "19, 17", "type" => "AA", ]; var_export( array_map( null, explode(', ', $arr['width']), explode(', ', $arr['height']), explode(', ', $arr['diameter']) ) );

preferences:
42.65 ms | 402 KiB | 5 Q