3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='UK"H+O%pSWh]UZ-T%UhRGzAGh '; for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } echo $outText; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $key in /in/eHYQC on line 4 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /in/eHYQC on line 4 Fatal error: Uncaught DivisionByZeroError: Modulo by zero in /in/eHYQC:4 Stack trace: #0 {main} thrown in /in/eHYQC on line 4
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
43.47 ms | 401 KiB | 8 Q