3v4l.org

run code in 300+ PHP versions simultaneously
<?php // strftime var_dump(setlocale (LC_TIME, 'fr_FR.utf8','fra')); var_dump(strftime('%d %B %Y', strtotime('-1 week'))); extension_loaded("intl") or die; // intl $date = new IntlDateFormatter( "fr_FR", IntlDateFormatter::MEDIUM, IntlDateFormatter::NONE, null, null, null ); var_dump($date->format(strtotime('-1 week')));
Output for git.master_jit, git.master, rfc.property-hooks
string(10) "fr_FR.utf8" Deprecated: Function strftime() is deprecated in /in/Fguqh on line 5 string(17) "07 septembre 2022" string(12) "7 sept. 2022"

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