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:
26.59 ms | 406 KiB | 5 Q