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

Fix concat with var, again #3

Closed
wants to merge 1 commit into from
Closed

Fix concat with var, again #3

wants to merge 1 commit into from

Conversation

Slamdunk
Copy link

I admit I don't understand what you said in #2 (comment), but without this fix the issue sebastianbergmann#953 is still there

@mvorisek
Copy link
Owner

I admit I don't understand what you said in #2 (comment), but without this fix the issue sebastianbergmann#953 is still there

explained in sebastianbergmann#949 (comment)

variable assignments are (always) covered as of PHP 8.0 and sebastianbergmann#949 handles the coverage correctly

this PR is not about variable assignments, but variable usage, but if a variable is comming from const expr assignment, it is not covered, which is kind of sebastianbergmann#889

@Slamdunk Slamdunk closed this Nov 15, 2022
@Slamdunk Slamdunk deleted the concat_with_var branch November 15, 2022 16:11
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