3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = new DateTime(); $d->date = '1990-01-17 10:28:07'; $d->timezone_type = 3; $d->timezone = 'US/Pacific'; var_dump($d); var_dump($d->format('c'));
Output for git.master
Deprecated: Creation of dynamic property DateTime::$date is deprecated in /in/8aeug on line 5 Deprecated: Creation of dynamic property DateTime::$timezone_type is deprecated in /in/8aeug on line 6 Deprecated: Creation of dynamic property DateTime::$timezone is deprecated in /in/8aeug on line 7 object(DateTime)#1 (3) { ["date"]=> string(26) "2022-07-25 02:21:39.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(25) "2022-07-25T02:21:39+02:00"
Output for git.master_jit
Deprecated: Creation of dynamic property DateTime::$date is deprecated in /in/8aeug on line 5 Deprecated: Creation of dynamic property DateTime::$timezone_type is deprecated in /in/8aeug on line 6 Deprecated: Creation of dynamic property DateTime::$timezone is deprecated in /in/8aeug on line 7 object(DateTime)#1 (3) { ["date"]=> string(26) "2022-07-25 02:21:39.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(25) "2022-07-25T02:21:39+02:00"
Output for rfc.property-hooks
Deprecated: Creation of dynamic property DateTime::$date is deprecated in /in/8aeug on line 5 Deprecated: Creation of dynamic property DateTime::$timezone_type is deprecated in /in/8aeug on line 6 Deprecated: Creation of dynamic property DateTime::$timezone is deprecated in /in/8aeug on line 7 object(DateTime)#1 (3) { ["date"]=> string(26) "2022-07-25 02:21:39.003646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(25) "2022-07-25T02:21:39+02: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:
164.78 ms | 410 KiB | 5 Q