3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump([ 'now' => (new DateTime('now'))->getTimestamp(), 'null' => (new DateTime(null))->getTimestamp() ]);
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/mPXnf on line 5 array(2) { ["now"]=> int(1653309915) ["null"]=> int(1653309915) }
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30
array(2) { ["now"]=> int(1653309915) ["null"]=> int(1653309915) }

preferences:
121.82 ms | 407 KiB | 5 Q