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; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AmQs1
function name:  (null)
number of ops:  11
compiled vars:  !0 = $in, !1 = $find, !2 = $replace, !3 = $textarea
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Vx+iny+ovwan+bz'
    5     1        ASSIGN                                                   !1, <array>
   59     2        ASSIGN                                                   !2, <array>
  114     3        INIT_FCALL                                               'str_replace'
          4        SEND_VAR                                                 !1
          5        SEND_VAR                                                 !2
          6        SEND_VAR                                                 !3
          7        DO_ICALL                                         $7      
          8        ASSIGN                                                   !3, $7
  116     9        ECHO                                                     !3
  117    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.07 ms | 1394 KiB | 15 Q