3v4l.org

run code in 300+ PHP versions simultaneously
<?php $in = "Mg-MO"; $splitted = explode("-", $in); foreach ($splitted as &$value) { $value = base64_decode($value); } unset($value); print_r($splitted);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
2 jumps found. (Code = 126) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/UiCfJ
function name:  (null)
number of ops:  19
compiled vars:  !0 = $in, !1 = $splitted, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Mg-MO'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '-'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    7     6      > FE_RESET_RW                                      $6      !1, ->13
          7    > > FE_FETCH_RW                                              $6, !2, ->13
    8     8    >   INIT_FCALL                                               'base64_decode'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !2, $7
    7    12      > JMP                                                      ->7
         13    >   FE_FREE                                                  $6
   10    14        UNSET_CV                                                 !2
   12    15        INIT_FCALL                                               'print_r'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.8 ms | 1395 KiB | 19 Q