<?php class Foo { const LEVEL_MAP = [ 'foo' => true, ]; } var_dump(isset(Foo::LEVEL_MAP['foo']));
You have javascript disabled. You will not be able to edit any code.