3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file_name = 'whatever.zip'; $file_types = array("zip" => "Application/Octet-Stream"); $file_extension = pathinfo($file_name, PATHINFO_EXTENSION); echo $file_types[$file_extension]; // displays Application/Octet-Stream ?>

preferences:
41.46 ms | 402 KiB | 5 Q