<?php

$opName = 'another one';
for ($x = 1; $y = $x * $x <= 81; $x++) {
	echo "$x x $x = $y $opName\n";
}