Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indirect access to variables, properties and methods will be evaluate… #1340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spezialist1
Copy link
Contributor

…d strictly in left-order since PHP 7.0. Use curly braces to remove ambiguity!

FILE: scripts/ajax_tooltip.php
FOUND 8 ERRORS AND 1 WARNING AFFECTING 9 LINES
117 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
232 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
235 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
241 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
246 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
252 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
273 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
322 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.
325 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
| | order since PHP 7.0. Use curly braces to remove ambiguity.

…d strictly in left-order since PHP 7.0. Use curly braces to remove ambiguity!

FILE: scripts/ajax_tooltip.php
FOUND 8 ERRORS AND 1 WARNING AFFECTING 9 LINES
117 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
232 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
235 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
241 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
246 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
252 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
273 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
322 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
325 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right
|   | order since PHP 7.0. Use curly braces to remove ambiguity.
@spezialist1
Copy link
Contributor Author

@samilliken?..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant