<?php $a = (object) ['a' => 'a']; $b = (object) ['a' => 'a']; echo $b <=> $a;
You have javascript disabled. You will not be able to edit any code.