3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, 'fr_FR'); $dateString = '2020-08-08'; $timestamp = strtotime($dateString); $formattedDate = strftime('%d %B %Y', $timestamp); //setlocale(LC_ALL, Locale::getDefault()); // restore (if neccessary) echo utf8_encode($formattedDate);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/F62Sj on line 7 Deprecated: Function utf8_encode() is deprecated in /in/F62Sj on line 10 08 août 2020

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