3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'YmFzZTY0IGVuY29kZWQgc3RyaW5n'; $text = 'base64 encoded string'; echo base64_encode($text);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sFfIJ
function name:  (null)
number of ops:  7
compiled vars:  !0 = $str, !1 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'YmFzZTY0IGVuY29kZWQgc3RyaW5n'
    4     1        ASSIGN                                                   !1, 'base64+encoded+string'
    6     2        INIT_FCALL                                               'base64_encode'
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                         $4      
          5        ECHO                                                     $4
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.63 ms | 1393 KiB | 15 Q