<?php $firstValue = new stdClass; $secondValue = new stdClass; var_dump([$firstValue] == [$secondValue]); var_dump([$firstValue] === [$secondValue]);
You have javascript disabled. You will not be able to edit any code.