<?php define("MAXSIZE", 100); function test(){ return <<<HERE MAXSIZE HERE; } echo test();
You have javascript disabled. You will not be able to edit any code.