3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t= (TIME()->format('H:i:s')); echo $t;
Output for 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Fatal error: Uncaught Error: Call to a member function format() on int in /in/5BeMB:2 Stack trace: #0 {main} thrown in /in/5BeMB on line 2
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26
Fatal error: Uncaught Error: Call to a member function format() on integer in /in/5BeMB:2 Stack trace: #0 {main} thrown in /in/5BeMB on line 2
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Fatal error: Call to a member function format() on integer in /in/5BeMB on line 2
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Fatal error: Call to a member function format() on a non-object in /in/5BeMB on line 2
Process exited with code 255.

preferences:
167.87 ms | 401 KiB | 242 Q