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

Disable list flag for TKeyedArray after unset #7002

Merged
merged 1 commit into from Nov 26, 2021

Conversation

orklah
Copy link
Collaborator

@orklah orklah commented Nov 26, 2021

This should help solving CI issues in #6997

@orklah orklah added the release:fix The PR will be included in 'Fixes' section of the release notes label Nov 26, 2021
@orklah orklah merged commit a27e729 into vimeo:master Nov 26, 2021
Comment on lines +1029 to +1030
$a = ["a", "b"];
unset($a[0]);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be improved by keeping the flag when last element is being unset.

@orklah
Copy link
Collaborator Author

orklah commented Nov 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants