3v4l.org

run code in 500+ 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:
120.27 ms | 2017 KiB | 5 Q