3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uuid = base64_decode('R10M31/qROaT7xbsW4D6sg=='); $transmit = pack('aaa', 'Z', 'R', 'E'); echo base64_encode($transmit);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A48IV
function name:  (null)
number of ops:  16
compiled vars:  !0 = $uuid, !1 = $transmit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'base64_decode'
          1        SEND_VAL                                                 'R10M31%2FqROaT7xbsW4D6sg%3D%3D'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'pack'
          5        SEND_VAL                                                 'aaa'
          6        SEND_VAL                                                 'Z'
          7        SEND_VAL                                                 'R'
          8        SEND_VAL                                                 'E'
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
    4    11        INIT_FCALL                                               'base64_encode'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $6      
         14        ECHO                                                     $6
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.9 ms | 1394 KiB | 19 Q