3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today = new DateTime('today', new DateTimeZone('UTC')); foreach(range(-12, +12) as $zone) { $now = new DateTime('now', new DateTimeZone(sprintf('%+02d00', $zone))); printf("%s %s %s\n", $now->format(DATE_ATOM), $now < $today ? '<' : '>=', $today->format(DATE_ATOM)); }
Output for 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.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
2017-07-07T04:11:39-12:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T05:11:39-11:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T06:11:39-10:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T07:11:39-09:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T08:11:39-08:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T09:11:39-07:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T10:11:39-06:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T11:11:39-05:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T12:11:39-04:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T13:11:39-03:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T14:11:39-02:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T15:11:39-01:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T16:11:39+00:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T17:11:39+01:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T18:11:39+02:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T19:11:39+03:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T20:11:39+04:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T21:11:39+05:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T22:11:39+06:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T23:11:39+07:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T00:11:39+08:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T01:11:39+09:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T02:11:39+10:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T03:11:39+11:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T04:11:39+12:00 >= 2017-07-07T00:00:00+00:00
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 2017-07-07T04:11:39-12:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T05:11:39-11:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T06:11:39-10:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T07:11:39-09:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T08:11:39-08:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T09:11:39-07:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T10:11:39-06:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T11:11:39-05:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T12:11:39-04:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T13:11:39-03:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T14:11:39-02:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T15:11:39-01:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T16:11:39+00:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T17:11:39+01:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T18:11:39+02:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T19:11:39+03:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T20:11:39+04:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T21:11:39+05:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T22:11:39+06:00 >= 2017-07-07T00:00:00+00:00 2017-07-07T23:11:39+07:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T00:11:39+08:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T01:11:39+09:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T02:11:39+10:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T03:11:39+11:00 >= 2017-07-07T00:00:00+00:00 2017-07-08T04:11:39+12:00 >= 2017-07-07T00:00:00+00:00

preferences:
214.92 ms | 405 KiB | 291 Q