-
Notifications
You must be signed in to change notification settings - Fork 7.9k
random/standard: Correctly handle broken engines in php_array_pick_keys #13138
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
random/standard: Correctly handle broken engines in php_array_pick_keys #13138
Conversation
Found another unhandled failure case specifically for pickArrayKeys. |
d13cd79
to
b60b8e5
Compare
fdb2b44
to
17e0c49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change makes sense to me, just need to check why CI fails.
17e0c49
to
b195e50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense
* PHP-8.2: random/standard: Correctly handle broken engines in php_array_pick_keys (#13138)
No description provided.