3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { const PLOP = 'plop'; const GLOP = 'glop'; public static $DATA = [self::PLOP, self::GLOP]; } var_dump(A::$DATA);

preferences:
40.5 ms | 402 KiB | 5 Q