<?php const FOO = new stdClass(); var_dump(FOO); $foo = FOO; $foo->bar = 'bar'; var_dump(FOO);
You have javascript disabled. You will not be able to edit any code.