History log of /PHP-8.3/ext/sqlite3/tests/gh11451.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 29a96e09 14-Jun-2023 nielsdos <7771979+nielsdos@users.noreply.github.com>

Fix GH-11451: Invalid associative array containing duplicate keys

It used the "add_new" variant which assumes the key doesn't already
exist. But in case of duplicate keys we have to take

Fix GH-11451: Invalid associative array containing duplicate keys

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.

show more ...