<?php
    $a="EXEC";$b="TEST";$c=time();$d=rand(1000,9999);
    echo $a."_".$b."_".$c."_".$d;
    ?>