Preview:
<?php
$time=10;

switch ($time){
case 6:
    echo"time is 6";
break;
case 7:
    echo"time is 7";
break ;
default:
    echo"time is not good";
break;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter