Comment by dragonwriter
2 days ago
If there are multiple systems involved, one of them produces a null and the other takes that as a key to create a record, but somewhere in between it gets stringified, then the string null might be accepted by a system using string keys.
And here we have identified that the system doing that uses PHP and its associative arrays.