3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Helloworld'; if (ctype_alnum($string)) { echo "This string totally works"; } else { echo "And this one not so much"; }

preferences:
41.33 ms | 402 KiB | 5 Q