3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (strcmp('5',5) === 0 ? 'they are the same' : 'they aren\'t the same'); echo "\n"; echo ('5' == 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:
40.13 ms | 402 KiB | 5 Q