3v4l.org

run code in 300+ PHP versions simultaneously
<?php $calcul = (strtotime("today") - strtotime("12-09-2013")); echo strftime("%d-%m-%Y", $calcul) . '<br />'; $now = new DateTime($now); echo strftime("%d-%m-%Y", strtotime("today")); $date1 = new DateTime("03-24-2007"); $date2 = new DateTime("03-26-2009"); $interval = $date1->diff($date2); echo "difference " . $interval->y . " years, " . $interval->m." months, ".$interval->d." days ";
Output for 8.3.0 - 8.3.6
Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 3 04-01-1970<br /> Warning: Undefined variable $now in /in/d0ouZ on line 5 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/d0ouZ on line 5 Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 6 15-09-2013 Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 3 04-01-1970<br /> Warning: Undefined variable $now in /in/d0ouZ on line 5 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/d0ouZ on line 5 Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 6 15-09-2013 Fatal error: Uncaught Exception: Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 8.0.0 - 8.0.30
04-01-1970<br /> Warning: Undefined variable $now in /in/d0ouZ on line 5 15-09-2013 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.12 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
04-01-1970<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 15-09-2013 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
04-01-1970<br />15-09-2013 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.6
22-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 03-05-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.5
22-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 02-04-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.4
28-06-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 09-03-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.3
06-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 17-03-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.2
10-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 21-03-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.1
12-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 23-03-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 7.0.0
15-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 26-03-2016 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.28
04-01-1970<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 15-09-2013 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.21
20-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 01-05-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.20
29-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 09-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.19
25-06-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 06-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.18
03-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 14-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.17
08-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 19-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.16
16-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 27-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.15
17-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 28-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.14
21-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 01-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.13
03-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 14-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.12
08-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 19-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.11
11-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 22-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.10
13-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 24-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.9
16-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 27-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.8
18-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 29-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.6.7
12-09-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 24-05-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.35
09-09-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 21-05-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.34
30-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 10-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.33
27-06-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 08-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.32
04-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 15-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.31
09-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 20-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.30
20-07-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 31-03-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.29
05-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 16-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.28
09-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 20-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.27
10-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 21-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.26
14-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 25-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.25
17-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 28-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.5.24
19-08-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 30-04-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
10-06-1972<br /> Notice: Undefined variable: now in /in/d0ouZ on line 5 20-02-2016 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character' in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for 5.1.3 - 5.1.6
10-06-1972<br /> Fatal error: Class 'DateTime' not found in /in/d0ouZ on line 5
Process exited with code 255.
Output for 5.1.0 - 5.1.2
20-02-2016<br /> Fatal error: Class 'DateTime' not found in /in/d0ouZ on line 5
Process exited with code 255.
Output for 5.0.0 - 5.0.5
18-12-1967<br /> Fatal error: Class 'DateTime' not found in /in/d0ouZ on line 5
Process exited with code 255.
Output for 4.3.6 - 4.3.11, 4.4.0 - 4.4.9
18-12-1967<br /> Fatal error: Cannot instantiate non-existent class: datetime in /in/d0ouZ on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.5
<br /> Fatal error: Cannot instantiate non-existent class: datetime in /in/d0ouZ on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> Fatal error: Cannot instantiate non-existent class: datetime in /in/d0ouZ on line 5

preferences:
270.54 ms | 401 KiB | 330 Q