<?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');
You have javascript disabled. You will not be able to edit any code.
There are `>1` results