3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'UTF-8'); date_default_timezone_set('America/Sao_Paulo'); $datestring = ''; $monthago = ''; $monthsago = ''; $period = new DatePeriod( new DateTime('-3 months'), DateInterval::createFromDateString('first day of next month'), new DateTime('NOW') ); $months = array(); foreach ($period as $p) $months[] = strftime('%B', $p->getTimestamp()); $months = str_replace("January","Janeiro",$months); $months = str_replace("February","Fevereiro",$months); $months = str_replace("March","Março",$months); $months = str_replace("April","Abril",$months); $months = str_replace("May","Maio",$months); $months = str_replace("June","Junho",$months); $months = str_replace("July","Julho",$months); $months = str_replace("September","Setembro",$months); $months = str_replace("October","Outubro",$months); $months = str_replace("November","Novembro",$months); $months = str_replace("December","Dezembro",$months); print_r($months[1]) ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/JWorP on line 19 Deprecated: Function strftime() is deprecated in /in/JWorP on line 19 Deprecated: Function strftime() is deprecated in /in/JWorP on line 19 Deprecated: Function strftime() is deprecated in /in/JWorP on line 19 Fevereiro

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