This is an error 500
There are `>1` results
preferences:
129.97 ms | 997 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');