3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encodedComponents = base64_encode('V1:gdimzg59ikth0x4y:DEVCENTER:EXT') . ':' . base64_encode('4BuEbJa0'); echo base64_encode($encodedComponents);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kmk0l
function name:  (null)
number of ops:  14
compiled vars:  !0 = $encodedComponents
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_encode'
          1        SEND_VAL                                                 'V1%3Agdimzg59ikth0x4y%3ADEVCENTER%3AEXT'
          2        DO_ICALL                                         $1      
          3        CONCAT                                           ~2      $1, '%3A'
          4        INIT_FCALL                                               'base64_encode'
          5        SEND_VAL                                                 '4BuEbJa0'
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      ~2, $3
          8        ASSIGN                                                   !0, ~4
    4     9        INIT_FCALL                                               'base64_encode'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $6      
         12        ECHO                                                     $6
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.31 ms | 1394 KiB | 15 Q