<?php var_dump( array_udiff( [$a = new \stdClass, $b = new \stdClass], [$c = new \stdClass, $b], function ($first, $second) { return $first === $second ? 0 : 1; } ) );
You have javascript disabled. You will not be able to edit any code.