3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = '2015-01-01'; $dd = new DateTime($d); print_r($dd->format(DateTime::W3C)); $dd->add(new DateInterval('PT17H12M')); print_r($dd->format(DateTime::W3C)); var_dumpt($dd->format('\P\TH\Hi\M') === 'PT1712M');
Output for git.master, git.master_jit, rfc.property-hooks
2015-01-01T00:00:00+01:002015-01-01T17:12:00+01:00 Fatal error: Uncaught Error: Call to undefined function var_dumpt() in /in/u33Tf:10 Stack trace: #0 {main} thrown in /in/u33Tf on line 10
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:
57.25 ms | 401 KiB | 8 Q