<?php $a = [ [40, 39, 43, 41], [40], ]; print_r(array_diff_assoc(...$a));
You have javascript disabled. You will not be able to edit any code.