3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (mt_rand(0, 1) === 0) { class Foo { static function bar() { echo 'First bar'; } } } else { class Foo { static function bar() { echo 'Second bar'; } } } Foo::bar();

preferences:
32.22 ms | 402 KiB | 5 Q