<?php class C { public const FOO = 'bar'; } $obj = new C; var_dump($obj::FOO);
You have javascript disabled. You will not be able to edit any code.