Codor icon indicating copy to clipboard operation
Codor copied to clipboard

Detect duplicate array elements

Open bmitch opened this issue 8 years ago • 0 comments

Like this:

array = [
   'foo' => 1,
   'bar' => 2,
   'foo'=> 3,
];

bmitch avatar Aug 16 '17 15:08 bmitch