<?php $a="00010010001101000000101"; $b="00010010001101000000001"; $c = (($a == $b) ? "true" : "false"); $d = (($a === $b) ? "true" : "false"); echo $c . " " . $d . "\n"; // true false
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`