PHP Deprecated: Unparenthesized
-
Hi! After uploading the urlRTIP.php file on my root folder, a PHP error was added to my error log stating:
PHP Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)in /home1/vibesphc/public_html/internships/urlRTIP.php on line 20
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PHP Deprecated: Unparenthesized’ is closed to new replies.