3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); ini_set('display_errors', 1); class TestingSRO { public static function test() { return range(1,50); } } $ts = new TestingSRO; $arr = $ts::test();

preferences:
43.03 ms | 402 KiB | 5 Q