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 array_reverse type for list{0: int, 1?: int} etc. #11150

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

MoonE
Copy link
Contributor

@MoonE MoonE commented Nov 6, 2024

Fix #11148

I'm not entirely sure if $first_arg_array->properties can have string keys? The type suggests it but not sure if it is possible here, because currently those would be lost with my implementation.

@MoonE MoonE force-pushed the fix-array-reverse-of-list--with-possibly-undefined-values branch from c297b4c to dca758d Compare November 10, 2024 17:18
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.

array_reverse on variable length list gives strange results
1 participant