php 7
-
This could be a false positive but might still help to tweak the files so it snot caught by the parser.
FILE: /wp-content/plugins/bp-profile-search/bps-xprofile.php
————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————-
417 | ERROR | Using ‘break’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
————————————————————————————————————————-FILE: /wp-content/plugins/bp-profile-search/bps-directory.php
————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————
62 | ERROR | Using ‘break’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
————————————————————————————————————————
The topic ‘php 7’ is closed to new replies.