<?php
error_reporting(-1);
echo "Бросаем кубик...\n ...у Вас выпало ".mt_rand(1, 6)." \n";
?>