<?php class SomeConstants { const RECURSIVE_CONSTANT = self::RECURSIVE_CONSTANT; } var_dump(SomeConstants::RECURSIVE_CONSTANT);
You have javascript disabled. You will not be able to edit any code.