3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach((new ReflectionClass('DateTime'))->getConstants() as $name=>$format){ echo 'DateTime::'.$name.' -> '.(new DateTime(NULL,new DateTimeZone("UTC")))->format($format).PHP_EOL; }
Output for git.master, rfc.property-hooks
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ATOM -> 2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::COOKIE -> Saturday, 08-Jul-2017 23:32:10 UTC Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ISO8601 -> 2017-07-08T23:32:10+0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ISO8601_EXPANDED -> +2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC822 -> Sat, 08 Jul 17 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC850 -> Saturday, 08-Jul-17 23:32:10 UTC Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC1036 -> Sat, 08 Jul 17 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC1123 -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC7231 -> Sat, 08 Jul 2017 23:32:10 GMT Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC2822 -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC3339 -> 2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC3339_EXTENDED -> 2017-07-08T23:32:10.003+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RSS -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::W3C -> 2017-07-08T23:32:10+00:00
Output for git.master_jit
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ATOM -> 2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::COOKIE -> Saturday, 08-Jul-2017 23:32:10 UTC Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ISO8601 -> 2017-07-08T23:32:10+0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::ISO8601_EXPANDED -> +2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC822 -> Sat, 08 Jul 17 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC850 -> Saturday, 08-Jul-17 23:32:10 UTC Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC1036 -> Sat, 08 Jul 17 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC1123 -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC7231 -> Sat, 08 Jul 2017 23:32:10 GMT Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC2822 -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC3339 -> 2017-07-08T23:32:10+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RFC3339_EXTENDED -> 2017-07-08T23:32:10.004+00:00 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::RSS -> Sat, 08 Jul 2017 23:32:10 +0000 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/thYti on line 3 DateTime::W3C -> 2017-07-08T23:32:10+00:00

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.6 ms | 409 KiB | 8 Q