3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mysqlDate = '2010-11-30 23:59:59'; $date = DateTime::createFromFormat('Y-m-d H:i:s'); echo $date->format('d.m.Y H:i').' Uhr';
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught ArgumentCountError: DateTime::createFromFormat() expects at least 2 arguments, 1 given in /in/RbMcA:5 Stack trace: #0 /in/RbMcA(5): DateTime::createFromFormat('Y-m-d H:i:s') #1 {main} thrown in /in/RbMcA on line 5
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/RbMcA on line 5 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/RbMcA:7 Stack trace: #0 {main} thrown in /in/RbMcA on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/RbMcA on line 5 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/RbMcA:7 Stack trace: #0 {main} thrown in /in/RbMcA on line 7
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/RbMcA on line 5 Fatal error: Call to a member function format() on boolean in /in/RbMcA on line 7
Process exited with code 255.
Output for 5.5.0 - 5.5.38
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/RbMcA on line 5 Fatal error: Call to a member function format() on a non-object in /in/RbMcA on line 7
Process exited with code 255.

preferences:
209.25 ms | 401 KiB | 329 Q