3v4l.org

run code in 300+ PHP versions simultaneously
<?php // str_rot13() example $string = 'Encoding and Decoding Encrypted PHP Code'; $encoded = str_rot13($string); $decoded = str_rot13(str_rot13($string)); echo $encoded ."\n"; echo $decoded; ?>

preferences:
41.61 ms | 402 KiB | 5 Q