<?php define('constant', 'value'); define('MyClass::constant', 'value'); $constants = get_defined_constants(true); if (isset($constants['user'])) { var_dump($constants['user']); }
You have javascript disabled. You will not be able to edit any code.