3v4l.org

run code in 300+ PHP versions simultaneously
<?php $out = base64_decode('ABC123!@#$%'); var_dump($out); foreach ($out as $ch) { echo ord($ch).' '; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 15
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 15
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/ot8rZ
function name:  (null)
number of ops:  17
compiled vars:  !0 = $out, !1 = $ch
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_decode'
          1        SEND_VAL                                                 'ABC123%21%40%23%24%25'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    5     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    7     7      > FE_RESET_R                                       $5      !0, ->15
          8    > > FE_FETCH_R                                               $5, !1, ->15
    8     9    >   INIT_FCALL                                               'ord'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $6      
         12        CONCAT                                           ~7      $6, '+'
         13        ECHO                                                     ~7
    7    14      > JMP                                                      ->8
         15    >   FE_FREE                                                  $5
    9    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.16 ms | 1395 KiB | 19 Q