3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date1 = new DateTime('13-04-1956'); $date2 = new DateTime('01-01-1900'); $date3 = new DateTime('31-12-2050'); $fmt = new \IntlDateFormatter( 'fr', \IntlDateFormatter::FULL, \IntlDateFormatter::NONE ); echo $fmt->format($date1), "\n", $fmt->format($date2), "\n", $fmt->format($date3);
Output for git.master, git.master_jit, rfc.property-hooks
vendredi 13 avril 1956 lundi 1 janvier 1900 samedi 31 décembre 2050

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