Context |
Code$m = "03"
$oldLocale = "LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=en_US.UTF-8"
$month = "Març"
$month = ucfirst(strftime("%B",strtotime('2000-'.$m.'-01')));
setlocale(LC_ALL,$oldLocale);
setlocale - [internal], line ??
Calendar::getMonthName() - CORE/app/models/calendar.php, line 37
EventsController::eventsCalendar() - CORE/app/controllers/events_controller.php, line 387
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 276
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
Object::requestAction() - CORE/cake/libs/object.php, line 101
EventsController::index() - CORE/app/controllers/events_controller.php, line 180
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 276
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 83