<?php var_dump(array_unique(['foo', 'FOO'], SORT_STRING)); var_dump(array_unique(['foo', 'FOO'], SORT_STRING|SORT_FLAG_CASE));
You have javascript disabled. You will not be able to edit any code.