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