3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((new \DateTime($row->timestamp))->format('U.u'));
Output for git.master
Warning: Undefined variable $row in /in/lXCZ7 on line 3 Warning: Attempt to read property "timestamp" on null in /in/lXCZ7 on line 3 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/lXCZ7 on line 3 string(17) "1540212611.003676"
Output for git.master_jit
Warning: Undefined variable $row in /in/lXCZ7 on line 3 Warning: Attempt to read property "timestamp" on null in /in/lXCZ7 on line 3 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/lXCZ7 on line 3 string(17) "1540212611.003875"
Output for rfc.property-hooks
Warning: Undefined variable $row in /in/lXCZ7 on line 3 Warning: Attempt to read property "timestamp" on null in /in/lXCZ7 on line 3 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/lXCZ7 on line 3 string(17) "1540212611.003453"

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:
50.39 ms | 401 KiB | 8 Q