<?php class Foo { const X = 2; public function test() { return self::X; } } (new Foo)->test();
You have javascript disabled. You will not be able to edit any code.