3v4l.org

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

preferences:
40.52 ms | 402 KiB | 5 Q