3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); //$date = new DateTime('now +1 day'); //echo $date->format('Y-m-d H:i:s'); //echo $date->format('H:i \o\n\ \t\h\e jS F Y'); $date = new DateTime(now); echo $date->format('Y-m-d H:i:s'); $source = '31/07/2010'; $date = new DateTime($source); echo $date->format('Y-m-d');
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 Error: Undefined constant "now" in /in/A2EvQ:8 Stack trace: #0 {main} thrown in /in/A2EvQ on line 8
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/A2EvQ on line 8 2014-03-24 16:54:16 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.14 - 7.0.20, 7.1.0 - 7.1.20
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-03-24 16:54:16 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.6
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-05-03 00:17:24 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.5
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-02 13:32:23 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.4
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-10 00:01:25 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.3
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-18 00:13:42 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.2
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-21 10:48:34 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.1
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-23 11:00:26 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 7.0.0
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-26 13:31:17 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.2.16, 5.3.7 - 5.3.8, 5.3.13, 5.3.17 - 5.3.18, 5.3.23, 5.3.27 - 5.3.28, 5.4.15 - 5.4.26, 5.6.28
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-03-24 16:54:16 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.21
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-05-01 19:19:52 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.20
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-09 08:47:07 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.19
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-06 22:16:32 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.18
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-14 10:07:17 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.17
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-19 04:42:34 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.16
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-27 14:16:14 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.15
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-28 15:09:56 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.14
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-01 17:48:17 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.13
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-14 21:36:12 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.12
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-19 10:44:48 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.11
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-22 18:00:56 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.10
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-24 19:40:51 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.9
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-27 00:50:10 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.8
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-29 08:25:29 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.6.7
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-05-24 19:09:03 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.35
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-05-21 22:41:18 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.34
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-10 14:42:58 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.33
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-08 10:55:23 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.32
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-16 16:36:13 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.31
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-20 07:35:30 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.30
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-03-31 17:11:29 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.29
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-16 11:43:09 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.28
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-20 13:59:09 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.27
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-21 16:32:20 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.26
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-25 21:58:13 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.25
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-28 04:06:58 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.5.24
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2016-04-30 11:37:18 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.45
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-09-19 17:51:14 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.44
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-09-19 17:51:11 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.43
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-07-12 16:45:34 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.42
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-07-12 16:45:32 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.41
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-07-12 16:45:31 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.40
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-05-15 01:05:10 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.39
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-05-15 01:05:09 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.38
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-03-02 15:19:42 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.37
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-02-08 16:21:22 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.34 - 5.4.36
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2015-02-08 16:21:21 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.32
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:17 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.31
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:14 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.3.29, 5.4.30
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:10 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.29
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:09 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.28
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:08 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.4.27
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-09-08 00:32:15 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.2.0 - 5.2.15, 5.2.17, 5.3.0 - 5.3.6, 5.3.9 - 5.3.12, 5.3.14 - 5.3.16, 5.3.19 - 5.3.22, 5.3.24 - 5.3.26, 5.4.0 - 5.4.14
Notice: Use of undefined constant now - assumed 'now' in /in/A2EvQ on line 8 2014-03-24 16:54:15 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (31/07/2010) at position 0 (3): Unexpected character' in /in/A2EvQ:12 Stack trace: #0 /in/A2EvQ(12): DateTime->__construct('31/07/2010') #1 {main} thrown in /in/A2EvQ on line 12
Process exited with code 255.
Output for 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/A2EvQ on line 8
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Call to undefined function date_default_timezone_set() in /in/A2EvQ on line 2
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_default_timezone_set() in /in/A2EvQ on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: date_default_timezone_set() in /in/A2EvQ on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_default_timezone_set() in /in/A2EvQ on line 2

preferences:
210.73 ms | 401 KiB | 314 Q