3v4l.org

run code in 300+ PHP versions simultaneously
<?php $out = base64_decode('ABC123!@#$%'); $len = strlen($out); foreach ($out as $ch) { echo ord($ch).' '; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 14
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/ANgP3
function name:  (null)
number of ops:  16
compiled vars:  !0 = $out, !1 = $len, !2 = $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                                         $3      
          3        ASSIGN                                                   !0, $3
    5     4        STRLEN                                           ~5      !0
          5        ASSIGN                                                   !1, ~5
    7     6      > FE_RESET_R                                       $7      !0, ->14
          7    > > FE_FETCH_R                                               $7, !2, ->14
    8     8    >   INIT_FCALL                                               'ord'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $8      
         11        CONCAT                                           ~9      $8, '+'
         12        ECHO                                                     ~9
    7    13      > JMP                                                      ->7
         14    >   FE_FREE                                                  $7
    9    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147 ms | 1395 KiB | 17 Q