3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (strcmp('5-4',5) === 0 ? 'they are the same' : 'they aren\'t the same'); echo "\n"; echo (5 == '5-4' ? 'they are the same' : 'they aren\'t the same'); echo "\n"; echo ('5' === 5 ? 'they are the same' : 'they aren\'t the same');

preferences:
40.07 ms | 402 KiB | 5 Q