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(); usleep(2000); A::test();
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 5.6.32 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
14467995251446799525
Output for 5.6.31
14467995251446799526

preferences:
146.52 ms | 401 KiB | 196 Q