<?php define('A', 1); const B = 2; define('C', [A * A, B * B]); echo(C[1]);
You have javascript disabled. You will not be able to edit any code.