Codor
Codor copied to clipboard
Detect duplicate array elements
Like this:
array = [
'foo' => 1,
'bar' => 2,
'foo'=> 3,
];