<?php
error_reporting (-1);
for ($n=1; $n<10; $n+1 * $n); {
	echo "$n на $n будет равно $n";
}