3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='UK"H+O%pSWh]UZ-T%UhRGzAGh '; $data = json_encode(array( "showpassword"=>"no", "bgcolor"=>"#ffffff")); $outText=''; for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $data[$i % 32]; } echo $outText; ?>

preferences:
59.31 ms | 404 KiB | 5 Q