<?php

error_reporting (-1);

echo "Бросаем кубик...\n";
mt_rand (1, 6);
echo "Выпало $mt_rand\n"

?>