<?php define('OTHER_CONST', 'some value'); class Foo { const EXAMPLE = OTHER_CONST; } var_dump(class_exists('Foo')); echo Foo::EXAMPLE;
You have javascript disabled. You will not be able to edit any code.