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-4' == 5 ? 'they are the same' : 'they aren\'t the same'); echo "\n"; echo ('5' === 5 ? 'they are the same' : 'they aren\'t the same');

preferences:
41.76 ms | 402 KiB | 5 Q