Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/mhahsorg/public_html/language/fa-IR/fa-IR.localise.php on line 115
Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` (500 Whoops, looks like something went wrong.)

FatalError

HTTP 500 Whoops, looks like something went wrong.

Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1.         }
  2.         if (strpos($returnself::MONTH_NUMBER2) !== false) {
  3.             $return str_replace(self::MONTH_NUMBER2sprintf("%02d"$m) , $return);
  4.         }
  5.         if (strpos($returnself::MONTH_LENGTH) !== false) {
  6.             $return str_replace(self::MONTH_LENGTH$m 31 $m 12 30 self::leap_persian($y) ? 30 29 $return);
  7.         }
  8.         if (strpos($returnself::YEAR_ABBR) !== false) {
  9.             $return str_replace(self::YEAR_ABBRsprintf("%02d",$y 100), $return);
  10.         }
  11.         if (strpos($returnself::YEAR_NAME) !== false) {

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

  at /home/mhahsorg/public_html/language/fa-IR/fa-IR.localise.php:115