<?php $first = [ 'm' => 'n', ]; $second = [ 'm' => 'N', 'M' => 'n', ]; // wtf? var_export( array_diff_uassoc($first, $second, 'strcasecmp') );
You have javascript disabled. You will not be able to edit any code.