Join Nostr
2026-01-22 18:51:24 UTC

Carl Schwan :kde: on Nostr: What do you expect the following PHP code to return? 🙃 <?php $a = "0E1"; $b = ...

What do you expect the following PHP code to return? 🙃

<?php

$a = "0E1";
$b = "0E2";

echo ($a == $b ? "true" : "false");