]> granicus.if.org Git - php/commit
Fix #79393: Null coalescing operator failing with SplFixedArray
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 18 Mar 2020 16:39:27 +0000 (17:39 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 23 Mar 2020 12:29:25 +0000 (13:29 +0100)
commit47c745555c9000706cd4de7fffc6e1c2f18d5521
tree25a0eba4aaeadd8c0612a438f2fc9ba927c29d56
parent51c57a9c677f81bf70e64b2b10d44d04d2cdf0ea
Fix #79393: Null coalescing operator failing with SplFixedArray

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

[1] <https://github.com/php/php-src/pull/2489/commits/352f3d4476a79bb86136b431719df7394e5a8d4e#r112498098>ff
NEWS
ext/spl/spl_fixedarray.c
ext/spl/tests/bug79393.phpt [new file with mode: 0644]