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 #79393: Null coalescing operator failing with SplFixedArray #5274

Closed
wants to merge 3 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Mar 18, 2020

We favor the KISS principle over optimization[1] – SPL is already
special enough.

[1] 352f3d4#r112498098ff

@cmb69 cmb69 added the Bug label Mar 18, 2020
ext/spl/spl_fixedarray.c Outdated Show resolved Hide resolved
ext/spl/spl_fixedarray.c Outdated Show resolved Hide resolved
We also remove the superfluous `rv` assignment.
@nikic
Copy link
Member

nikic commented Mar 18, 2020

Build fails due to missing forward declaration.

@cmb69
Copy link
Member Author

cmb69 commented Mar 23, 2020

Thanks! Applied as 47c7455.

@cmb69 cmb69 closed this Mar 23, 2020
@cmb69 cmb69 deleted the cmb/79393 branch March 23, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants