Galera, seguinte instalei o Wanpserver Version 3.0.4
Configurações do Servidor
Versão do Apache :2.4.18 - DocumentationVersão do PHP :7.0.4 - DocumentationSoftware do Servidor :Apache/2.4.18 (Win32) PHP/7.0.4 - Porta definida para o Apache: 80
porem quando acesso a aplicação aparece o erro
! ) Parse error: syntax error, unexpected ‘else’ (T_ELSE), expecting function (T_FUNCTION) in C:\wamp\www\grpc\menu\index.php on line 6236
$Prim = true;
$Str = “”;
foreach ($Arr_D as $Cada_d)
{
$Str .= (!$Prim) ? $_SESSION[‘scriptcase’][‘reg_conf’][‘date_sep’] : “”;
$Str .= $Cada_d; linha do erro
$Prim = false;
}
$Str = str_replace(“a”, “Y”, $Str);
$Str = str_replace(“y”, “Y”, $Str);
$nm_data_fixa = date($Str);