Errors/Warnings in PHP 7.x
-
I just updated to PHP 7.3.6 and I seem to be getting these Errors/Warnings:
FILE: /home/programming/public_html/wp-content/plugins/prismatic/inc/settings-callbacks.php
—————————————————————————————————————-
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
—————————————————————————————————————-
151 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
194 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
213 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
234 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
253 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$setting}
—————————————————————————————————————-FILE: /home/programming/public_html/wp-content/plugins/prismatic/inc/prismatic-core.php
—————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————–
99 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$settings}
115 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$settings}
—————————————————————————————————————–
- The topic ‘Errors/Warnings in PHP 7.x’ is closed to new replies.