<?php $array1 = [[12 => 'new q sets'], [11 => 'common set']]; $array2 = [[11 => 'common set']]; var_export(array_diff_assoc($array1, $array2));
You have javascript disabled. You will not be able to edit any code.