3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in = "Vx iny ovwan bz"; $find = array( "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", ); $replace = array( "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", ); $textarea = str_replace($find, $replace, $textarea); echo $textarea; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $textarea in /in/AmQs1 on line 114 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/AmQs1 on line 114

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:
38.79 ms | 401 KiB | 8 Q