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

seal the result of two sealed KeyedArrays #6272

Merged
merged 3 commits into from Aug 9, 2021

Conversation

orklah
Copy link
Collaborator

@orklah orklah commented Aug 9, 2021

This should fix #6261

The result of '+' for 2 sealed TKeyedArrays wasn't sealed itself so any additional '+' treated missing keys as "possibly mixed"

I also fixed a missing <?php in a test. Hope it won't fail now!

@weirdan weirdan merged commit 94f034b into vimeo:master Aug 9, 2021
@weirdan
Copy link
Collaborator

weirdan commented Aug 9, 2021

Thanks!

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.

+ operator over array<int, int> is giving me mixed value
2 participants