<?php class Bar { const MY_CONST = [[1, 2, 3]]; public static function test() { echo self::MY_CONST[0]{1}; } } echo Bar::test();
You have javascript disabled. You will not be able to edit any code.
There are `0` results