This is an error 500
There are `>1` results
preferences:
130.5 ms | 1443 KiB | 7 Q<?php
echo "'' == 0 ? " . ('' == 0 ? 'oh yes': 'sorry, nope');
echo "\n";
echo "'' === 0 ? " . ('' === 0 ? 'oh yes': 'sorry, nope');
echo "\n";
echo "'0' == 0 ? " . ('0' == 0 ? 'oh yes': 'sorry, nope');
echo "\n";
echo "'💩' == 0 ? " . ('💩' == 0 ? 'oh yes': 'sorry, nope');
echo "\n";
echo "'0foo' == 0 ? " . ('0foo' == 0 ? 'oh yes': 'sorry, nope');