php 7.4 compatibility
-
When (briefly) upgadeing to PHP 7.4 I got this error
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
or `a ? b : (c ? d : e)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘php 7.4 compatibility’ is closed to new replies.