3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('01:00:00'); echo PHP_EOF; $current_time = date("G:i"); // Makes current time of day computer-readable echo strtotime($current_time);
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
1445990400 Fatal error: Uncaught Error: Undefined constant "PHP_EOF" in /in/BZtWW:3 Stack trace: #0 {main} thrown in /in/BZtWW on line 3
Process exited with code 255.
Output for 8.0.13
1445994000 Fatal error: Uncaught Error: Undefined constant "PHP_EOF" in /in/BZtWW:3 Stack trace: #0 {main} thrown in /in/BZtWW on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
1445990400 Warning: Use of undefined constant PHP_EOF - assumed 'PHP_EOF' (this will throw an Error in a future version of PHP) in /in/BZtWW on line 3 PHP_EOF1446048660
Output for 7.3.32 - 7.3.33
1445994000 Warning: Use of undefined constant PHP_EOF - assumed 'PHP_EOF' (this will throw an Error in a future version of PHP) in /in/BZtWW on line 3 PHP_EOF1446048660
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
1445990400 Notice: Use of undefined constant PHP_EOF - assumed 'PHP_EOF' in /in/BZtWW on line 3 PHP_EOF1446048660

preferences:
247.46 ms | 403 KiB | 376 Q