Skip to content

Fix GH-16174: Empty string is an invalid expression for phpdbg-ev #16177

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 2, 2024

Strings may be empty, so we must not assume they are not.

Strings may be empty, so we must not assume they are not.
@cmb69 cmb69 linked an issue Oct 2, 2024 that may be closed by this pull request
@cmb69 cmb69 marked this pull request as ready for review October 2, 2024 21:12
@cmb69 cmb69 requested a review from bwoebi October 2, 2024 21:12
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSTM

@cmb69
Copy link
Member Author

cmb69 commented Oct 2, 2024

I'm somewhat concerned that this patch may have unintended side-effects; after all, the fix is too easy, and I think it's somewhat unlikely that empty strings have just been overlooked.

@cmb69 cmb69 closed this in 6bcba24 Oct 9, 2024
@cmb69 cmb69 deleted the cmb/gh16174 branch October 9, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty string is an invalid expression for phpdbg-ev
2 participants