<?php

error_reporting(-1);

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