3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "2fe3269fa210706de21ff97cc964590ec5bddd6677885fc55cfa6bfd94924822"; $str_64 = base64_encode($str); echo $str_64; echo "\n"; echo base64_decode($str_64);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KfJgj
function name:  (null)
number of ops:  12
compiled vars:  !0 = $str, !1 = $str_64
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '2fe3269fa210706de21ff97cc964590ec5bddd6677885fc55cfa6bfd94924822'
    4     1        INIT_FCALL                                               'base64_encode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    5     5        ECHO                                                     !1
    6     6        ECHO                                                     '%0A'
    7     7        INIT_FCALL                                               'base64_decode'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.47 ms | 1394 KiB | 17 Q