<?php var_dump(array_diff_assoc(['one' => 1, 'two' => ['three']], ['one' => 1, 'two' => ['three'], 'four' => ['five' => 'six', 'seven']]));
You have javascript disabled. You will not be able to edit any code.