3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Xdebug"; function ret_ord( $c ) { return ord( $c ); } foreach ( str_split( $str ) as $char ) { echo $char, ": ", ret_ord( $char ), "\n"; } ?>

preferences:
32.24 ms | 402 KiB | 5 Q