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[2]) ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Function strftime() is deprecated in /in/6sR0M on line 19 Deprecated: Function strftime() is deprecated in /in/6sR0M on line 19 Deprecated: Function strftime() is deprecated in /in/6sR0M on line 19 Deprecated: Function strftime() is deprecated in /in/6sR0M on line 19 Março
Output for 5.3.4 - 5.3.29, 5.4.0 - 5.4.39, 5.5.25 - 5.5.29, 5.5.34, 5.6.8 - 5.6.14, 5.6.20, 5.6.28, 7.0.5, 7.0.14 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
Março
Output for 5.3.0 - 5.3.3, 5.5.24, 5.5.35, 5.6.7, 5.6.21, 7.0.6
Abril
Output for 5.5.30 - 5.5.33, 5.6.15 - 5.6.19, 7.0.0 - 7.0.4
Fevereiro
Output for 5.4.45
August
Output for 5.4.40 - 5.4.44
Julho
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Class 'DatePeriod' not found in /in/6sR0M on line 10
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Call to undefined function date_default_timezone_set() in /in/6sR0M on line 4
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_default_timezone_set() in /in/6sR0M on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: date_default_timezone_set() in /in/6sR0M on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_default_timezone_set() in /in/6sR0M on line 4

preferences:
301.79 ms | 401 KiB | 359 Q