3v4l.org

run code in 300+ PHP versions simultaneously
<?php function encrypt($crypt){ $c=$b=$a=array(); $d=array('?', '(' , '@' , ';' , '$','#',']','&','*'); range('a','z'); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qnlC7
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E > > RETURN                                                   1

Function encrypt:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qnlC7
function name:  encrypt
number of ops:  10
compiled vars:  !0 = $crypt, !1 = $c, !2 = $b, !3 = $a, !4 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        ASSIGN                                           ~5      !3, <array>
          2        ASSIGN                                           ~6      !2, ~5
          3        ASSIGN                                                   !1, ~6
    4     4        ASSIGN                                                   !4, <array>
    5     5        INIT_FCALL                                               'range'
          6        SEND_VAL                                                 'a'
          7        SEND_VAL                                                 'z'
          8        DO_ICALL                                                 
    6     9      > RETURN                                                   null

End of function encrypt

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.16 ms | 1394 KiB | 15 Q