3v4l.org

run code in 300+ PHP versions simultaneously
<?php class time{ public function echoTime() { echo time(); } } class A { public static function test() { $time = new time(); $time->echoTime(); } } A::test(); sleep(2); A::test();
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
14467996851446799687

preferences:
105.6 ms | 402 KiB | 90 Q