3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('FOO', 1); class bar { static $v = [ FOO => 1, FOOX => 1, ]; static $w; } // If following line is commentted out, undefined constant error disappears. var_dump(bar::$w);

preferences:
57.63 ms | 402 KiB | 5 Q