3v4l.org

run code in 300+ PHP versions simultaneously
<?php $calcul = (strtotime("today") - strtotime("12-09-2013")); echo strftime("%d-%m-%Y", $calcul) . '<br />'; $now = new DateTime($now); echo strftime("%d-%m-%Y", strtotime("today")); $date1 = new DateTime("03-24-2007"); $date2 = new DateTime("03-26-2009"); $interval = $date1->diff($date2); echo "difference " . $interval->y . " years, " . $interval->m." months, ".$interval->d." days ";
Output for git.master, git.master_jit
Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 3 04-01-1970<br /> Warning: Undefined variable $now in /in/d0ouZ on line 5 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/d0ouZ on line 5 Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 6 15-09-2013 Fatal error: Uncaught Exception: Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
Process exited with code 255.
Output for rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 3 04-01-1970<br /> Warning: Undefined variable $now in /in/d0ouZ on line 5 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/d0ouZ on line 5 Deprecated: Function strftime() is deprecated in /in/d0ouZ on line 6 15-09-2013 Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (03-24-2007) at position 0 (0): Unexpected character in /in/d0ouZ:8 Stack trace: #0 /in/d0ouZ(8): DateTime->__construct('03-24-2007') #1 {main} thrown in /in/d0ouZ on line 8
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:
49.63 ms | 401 KiB | 8 Q