3v4l.org

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

preferences:
53.69 ms | 402 KiB | 5 Q