3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=62476 for ($d=15; $d<65; $d++) { $dt = DateTime::createFromFormat ('z.Y', $d.'.2012'); $dd = $dt->format ('d.m.Y'); echo "$d $dd\n"; }
Output for 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught Error: Call to a member function format() on false in /in/lhpVA:7 Stack trace: #0 {main} thrown in /in/lhpVA on line 7
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught Error: Call to a member function format() on false in /in/lhpVA:7 Stack trace: #0 {main} thrown in /in/lhpVA on line 7
Process exited with code 255.
Output for 8.0.10 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18
Fatal error: Uncaught Error: Call to a member function format() on bool in /in/lhpVA:7 Stack trace: #0 {main} thrown in /in/lhpVA on line 7
Process exited with code 255.
Output for 5.3.9 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.9
15 16.01.2012 16 17.01.2012 17 18.01.2012 18 19.01.2012 19 20.01.2012 20 21.01.2012 21 22.01.2012 22 23.01.2012 23 24.01.2012 24 25.01.2012 25 26.01.2012 26 27.01.2012 27 28.01.2012 28 29.01.2012 29 30.01.2012 30 31.01.2012 31 01.02.2012 32 02.02.2012 33 03.02.2012 34 04.02.2012 35 05.02.2012 36 06.02.2012 37 07.02.2012 38 08.02.2012 39 09.02.2012 40 10.02.2012 41 11.02.2012 42 12.02.2012 43 13.02.2012 44 14.02.2012 45 15.02.2012 46 16.02.2012 47 17.02.2012 48 18.02.2012 49 19.02.2012 50 20.02.2012 51 21.02.2012 52 22.02.2012 53 23.02.2012 54 24.02.2012 55 25.02.2012 56 26.02.2012 57 27.02.2012 58 28.02.2012 59 01.03.2012 60 02.03.2012 61 03.03.2012 62 04.03.2012 63 05.03.2012 64 06.03.2012
Output for 5.3.0 - 5.3.8
15 16.01.2012 16 17.01.2012 17 18.01.2012 18 19.01.2012 19 20.01.2012 20 21.01.2012 21 22.01.2012 22 23.01.2012 23 24.01.2012 24 25.01.2012 25 26.01.2012 26 27.01.2012 27 28.01.2012 28 29.01.2012 29 30.01.2012 30 31.01.2012 31 01.02.2012 32 02.02.2012 33 03.02.2012 34 04.02.2012 35 05.02.2012 36 06.02.2012 37 07.02.2012 38 08.02.2012 39 09.02.2012 40 10.02.2012 41 11.02.2012 42 12.02.2012 43 13.02.2012 44 14.02.2012 45 15.02.2012 46 16.02.2012 47 17.02.2012 48 18.02.2012 49 19.02.2012 50 20.02.2012 51 21.02.2012 52 22.02.2012 53 23.02.2012 54 24.02.2012 55 25.02.2012 56 26.02.2012 57 27.02.2012 58 28.02.2012 59 29.02.2012 60 01.03.2012 61 02.03.2012 62 03.03.2012 63 04.03.2012 64 05.03.2012
Output for 5.2.10 - 5.2.17
Fatal error: Call to undefined method DateTime::createFromFormat() in /in/lhpVA on line 6
Process exited with code 255.
Output for 5.2.0 - 5.2.9
Fatal error: Call to undefined method DateTime::createfromformat() in /in/lhpVA on line 6
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/lhpVA on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Undefined class name 'datetime' in /in/lhpVA on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Undefined class name 'datetime' in /in/lhpVA on line 6

preferences:
233.49 ms | 401 KiB | 339 Q