mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +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.