3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp = 1406851200; $date = date('Y-m-d', $timestamp); $dateTime = new \DateTime($date, new \DateTimeZone('America/Los_Angeles')); echo $dateTime->format('Y-m-d\TH:i:sP'); echo "\n"; $dateTimeTwo = new \DateTime($date); $dateTimeTwo->setTimezone(new \DateTimeZone('America/Los_Angeles')); echo $dateTimeTwo->format('Y-m-d\TH:i:sP'); echo "\n"; $dateTimeThree = new \DateTime("@{$timestamp}", new \DateTimeZone('America/Los_Angeles')); echo $dateTimeThree->format('Y-m-d\TH:i:sP'); echo "\n"; $dateTimeFour = new \DateTime("@{$timestamp}"); $dateTimeFour->setTimezone(new \DateTimeZone('America/Los_Angeles')); echo $dateTimeFour->format('Y-m-d\TH:i:sP'); echo "\n";
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 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.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
2014-08-01T00:00:00-07:00 2014-07-31T15:00:00-07:00 2014-08-01T00:00:00+00:00 2014-07-31T17:00:00-07:00
Output for 7.3.32 - 7.3.33, 8.0.13
2014-08-01T00:00:00-07:00 2014-07-31T17:00:00-07:00 2014-08-01T00:00:00+00:00 2014-07-31T17:00:00-07:00
Output for 5.2.6 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 12 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 13 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 24 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 25 2014-08-01T00:00:00-07:00 2014-07-31T15:00:00-07:00 2014-08-01T00:00:00+00:00 2014-07-31T17:00:00-07:00
Output for 5.2.0 - 5.2.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 12 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 13 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 24 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 25 2014-08-01T00:00:00-07:00 2014-07-31T15:00:00-07:00 2014-08-01T00:00:00+01:00 2014-07-31T17:00:00-07:00
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 12 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 13 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 24 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 25 Fatal error: Class 'DateTime' not found in /in/V89oL on line 7
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 12 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 13 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 24 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 25 Fatal error: Cannot instantiate non-existent class: datetime in /in/V89oL on line 7
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 12 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 13 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 18 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 24 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/V89oL on line 25 Fatal error: Cannot instantiate non-existent class: datetime in /in/V89oL on line 7

preferences:
306.56 ms | 403 KiB | 455 Q