Errors with PHP 7
-
FILE: wp-content/plugins/photonic/photonic.php
—————————————————————————-
FOUND 6 ERRORS AFFECTING 6 LINES
—————————————————————————-
61 | ERROR | Global with variable variables is not allowed since PHP 7.0
74 | ERROR | Global with variable variables is not allowed since PHP 7.0
643 | ERROR | Global with variable variables is not allowed since PHP 7.0
726 | ERROR | Global with variable variables is not allowed since PHP 7.0
777 | ERROR | Global with variable variables is not allowed since PHP 7.0
1068 | ERROR | Global with variable variables is not allowed since PHP 7.0
—————————————————————————-FILE: wp-content/plugins/photonic/photonic-options-manager.php
——————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————–
6 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
——————————————————————————————–FILE: wp-content/plugins/photonic/extensions/Photonic_Processor.php
———————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————-
189 | ERROR | Global with variable variables is not allowed since PHP 7.0
———————————————————————————————-FILE: wp-content/plugins/photonic/extensions/Photonic_OAuth1_Processor.php
—————————————————————————————————–
FOUND 3 ERRORS AFFECTING 3 LINES
—————————————————————————————————–
177 | ERROR | Global with variable variables is not allowed since PHP 7.0
234 | ERROR | Global with variable variables is not allowed since PHP 7.0
284 | ERROR | Global with variable variables is not allowed since PHP 7.0
—————————————————————————————————–
The topic ‘Errors with PHP 7’ is closed to new replies.