3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ClassWithConstants { const A = ['a'=>1, 'b'=>2, 'c' =>3]; } current(ClassWithConstants::A); var_dump(ClassWithConstants::A);

preferences:
36.63 ms | 402 KiB | 5 Q