michael-cannon / wordpress-theme-helpers

WordPress theme helpers. Consolidated scripts for various sites.
0 stars 0 forks source link

Break statement is not supported outside of the switch or loop php 7 or + #1

Open saurabhsirdixit opened 6 years ago

saurabhsirdixit commented 6 years ago

https://github.com/michael-cannon/wordpress-theme-helpers/blob/7b2582547532107412da90294b75caa2471d8f0f/lib/PHP_JPEG_Metadata_Toolkit_1.11/EXIF.php#L1689

@michael-cannon this needs to remove from the code. Seem like I don't have access to the repo else I could have done this.

Error Type: Fatal Error:

More Ref: PHP 5.x.x, a break statement outside a for, foreach or switch statement DID NOT throw an error message and was syntactically okay.

PHP 7.0 and higher, a break statement is no longer permitted outside a for, foreach or switch statement and gives a fatal error.