3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set("Asia/Irkutsk"); setlocale(LC_TIME, "ru_RU.UTF-8", "ru_RU", "ru"); $time = mktime(12, 34, 56, 12, 31, 2014); $formatter = new IntlDateFormatter("ru", IntlDateFormatter::FULL, IntlDateFormatter::FULL, null, null, "dd MMMM YYYY, HH:mm:ss"); echo INTL_ICU_VERSION, "\n"; echo "ICU: ", $formatter->format($time), "\n"; echo "PHP: ", date("j F Y, H:i:s", $time), "\n"; echo "str: ", strftime("%d %B %Y, %T",$time), "\n";
Output for 8.1.28, 8.2.18, 8.3.5 - 8.3.6
63.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: Deprecated: Function strftime() is deprecated in /in/pMi52 on line 10 31 декабря 2014, 12:34:56
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
57.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: Deprecated: Function strftime() is deprecated in /in/pMi52 on line 10 31 декабря 2014, 12:34:56
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
57.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: 31 декабря 2014, 12:34:56
Output for 8.0.13
Fatal error: Uncaught Error: Class "IntlDateFormatter" not found in /in/pMi52:5 Stack trace: #0 {main} thrown in /in/pMi52 on line 5
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Fatal error: Uncaught Error: Class 'IntlDateFormatter' not found in /in/pMi52:5 Stack trace: #0 {main} thrown in /in/pMi52 on line 5
Process exited with code 255.
Output for 5.6.0 - 5.6.28, 7.0.0 - 7.0.13, 7.1.0, 7.1.20 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1, 7.4.0
57.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 7.0.19 - 7.0.20, 7.1.5 - 7.1.10
59.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 5.6.30, 7.0.15 - 7.0.18, 7.1.1 - 7.1.4
58.2 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 5.6.29, 7.0.14
58.1 ICU: 31 декабря 2015, 12:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 5.5.0 - 5.5.38
Fatal error: Class 'IntlDateFormatter' not found in /in/pMi52 on line 5
Process exited with code 255.
Output for 5.4.34 - 5.4.45
55.1 ICU: 31 декабря 2015, 05:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 5.4.1 - 5.4.11, 5.4.15 - 5.4.32
55.1 ICU: 31 декабря 2015, 04:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56
Output for 5.4.0, 5.4.12 - 5.4.14
54.1 ICU: 31 декабря 2015, 04:34:56 PHP: 31 December 2014, 12:34:56 str: 31 December 2014, 12:34:56

preferences:
228.2 ms | 402 KiB | 302 Q