<?php class Test { public const MY_CONSTANT_ARRAY = ['foo', 'bar']; public function __construct() { var_export(self::MY_CONSTANT_ARRAY); } } new Test();
You have javascript disabled. You will not be able to edit any code.