3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(DateTimeImmutable::createFromMutable(new DateTime)); var_dump(DateTimeImmutable::createFromMutable(new DateTimeImmutable));
Output for git.master
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2015-09-24 12:40:07.004019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught TypeError: DateTimeImmutable::createFromMutable(): Argument #1 ($object) must be of type DateTime, DateTimeImmutable given in /in/sHrQ2:4 Stack trace: #0 /in/sHrQ2(4): DateTimeImmutable::createFromMutable(Object(DateTimeImmutable)) #1 {main} thrown in /in/sHrQ2 on line 4
Process exited with code 255.
Output for git.master_jit
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2015-09-24 12:40:07.004066" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught TypeError: DateTimeImmutable::createFromMutable(): Argument #1 ($object) must be of type DateTime, DateTimeImmutable given in /in/sHrQ2:4 Stack trace: #0 /in/sHrQ2(4): DateTimeImmutable::createFromMutable(Object(DateTimeImmutable)) #1 {main} thrown in /in/sHrQ2 on line 4
Process exited with code 255.
Output for rfc.property-hooks
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2015-09-24 12:40:07.006702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught TypeError: DateTimeImmutable::createFromMutable(): Argument #1 ($object) must be of type DateTime, DateTimeImmutable given in /in/sHrQ2:4 Stack trace: #0 /in/sHrQ2(4): DateTimeImmutable::createFromMutable(Object(DateTimeImmutable)) #1 {main} thrown in /in/sHrQ2 on line 4
Process exited with code 255.

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.86 ms | 401 KiB | 8 Q