mirror of
https://github.com/php/php-src.git
synced 2026-04-08 00:22:52 +02:00
It used the "add_new" variant which assumes the key doesn't already exist. But in case of duplicate keys we have to take the last result. Closes GH-11453.