3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = DateTime::createFromFormat('j-M-Y', '15-Feb-2009'); var_dump($date); $date = DateTime::createFromFormat('`j-M-Y', '15-Feb-2009'); var_dump($date);
Output for 5.6.28, 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.33, 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
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 17:16:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.3.32 - 7.3.33, 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 15:16:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } bool(false)
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 07:25:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 20:24:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 06:37:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 07:06:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 12:38:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 17:57:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 19:39:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 02:43:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 16:53:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 08:46:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 21:32:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 11:25:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 21:24:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 22:17:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 00:43:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 04:48:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:21:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 01:19:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 03:12:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 08:09:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 16:06:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 09:05:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 06:21:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 21:39:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 17:31:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 23:40:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 14:13:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 00:18:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:52:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 21:27:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 23:51:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 05:37:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 11:40:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:36:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 00:51:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.44
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:55:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.43
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:55:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.42
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:55:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.41
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:55:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.39 - 5.4.40
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:55:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.38
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 00:30:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.35 - 5.4.37
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 08:50:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 08:50:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:32:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:32:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2009-02-15 18:31:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.28 - 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 18:31:57" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.4.15 - 5.4.27
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 17:16:48" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.3.23 - 5.3.28, 5.4.0 - 5.4.14
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 17:16:49" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.3.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 18:31:59" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.3.3 - 5.3.22
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 17:16:50" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.3.0 - 5.3.2
object(DateTime)#1 (3) { ["date"]=> string(19) "2009-02-15 17:16:51" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false)
Output for 5.2.10 - 5.2.17
Fatal error: Call to undefined method DateTime::createFromFormat() in /in/CvOWR on line 3
Process exited with code 255.
Output for 5.2.0 - 5.2.9
Fatal error: Call to undefined method DateTime::createfromformat() in /in/CvOWR on line 3
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/CvOWR on line 3
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/CvOWR on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Undefined class name 'datetime' in /in/CvOWR on line 3

preferences:
229.86 ms | 401 KiB | 315 Q