3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale (LC_TIME, 'fr_FR.utf8','fra'); $date = "31/10/2014"; $date = explode("/", $element['dateR']); $date = $date[1]."/".$date[0]."/".$date[2]; $date = strftime("%A %D %Y",strtotime($date)); echo $date;
Output for git.master, git.master_jit
Warning: Undefined variable $element in /in/um0ha on line 4 Warning: Trying to access array offset on value of type null in /in/um0ha on line 4 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/um0ha on line 4 Warning: Undefined array key 1 in /in/um0ha on line 5 Warning: Undefined array key 2 in /in/um0ha on line 5 Deprecated: Function strftime() is deprecated in /in/um0ha on line 6 jeudi 01/01/70 1970
Output for rfc.property-hooks
Warning: Undefined variable $element in /in/um0ha on line 4 Warning: Trying to access array offset on null in /in/um0ha on line 4 Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /in/um0ha on line 4 Warning: Undefined array key 1 in /in/um0ha on line 5 Warning: Undefined array key 2 in /in/um0ha on line 5 Deprecated: Function strftime() is deprecated in /in/um0ha on line 6 jeudi 01/01/70 1970

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:
47.62 ms | 402 KiB | 8 Q