3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt_inicio = date("Y-m-d", strtotime('14/10/2013')); $dt_final = date("Y-m-d", strtotime('28/10/2013')); $i = mktime(0,0,0,10,14,2013); $f = mktime(0,0,0,10,28,2013); print floor(($f - $i)/86400); print '\n'; print floor(($dt_final - $dt_inicio)/86400);
Output for git.master, git.master_jit, rfc.property-hooks
14\n Warning: A non-numeric value encountered in /in/Qdj3J on line 9 Warning: A non-numeric value encountered in /in/Qdj3J on line 9 0

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