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

Update variables.xml fix typo, remove unnecesssary dot #186

Closed
wants to merge 6 commits into from

Conversation

workingj
Copy link
Contributor

This Code with the dot throws a warning so i think it is a typo in this context:
$unset_str .= 'abc';

Warning: Undefined variable $unset_str in ...

removes the unnecessary repetition of "haystack gefunden wurde)"
Updates about.xml removes a unnecessaryrepetition
This Code with the dot throws a warning so i think it is a typo in this context: 
$unset_str .= 'abc';

Warning:  Undefined variable $unset_str ...
@cmb69
Copy link
Member

cmb69 commented Sep 14, 2024

This example is about the behavior of unititialized variables, so the code is correct; it needs to be updated to have comments about the stricter behavior (warnings), but that should be done in https://github.com/php/doc-en first.

@workingj
Copy link
Contributor Author

ok, should we do this?

@workingj workingj closed this by deleting the head repository Sep 29, 2024
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.

2 participants