3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ord("John Smith")."\n"; echo ord("Bill Anderson")."\n"; echo ord("John Smith") - ord("Bill Anderson")."\n"; echo strcmp("John Smith", "Bill Anderson"); ?>

preferences:
108.4 ms | 1480 KiB | 5 Q