3v4l.org

run code in 300+ PHP versions simultaneously
<?php $out = base64_decode('ABC123!@#$%', true); $len = strlen($out); for ($i = 0;$i < $len;$i++) { echo ord($out[$i]).' '; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 9
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 9
Branch analysis from position: 18
Branch analysis from position: 9
filename:       /in/94NG1
function name:  (null)
number of ops:  19
compiled vars:  !0 = $out, !1 = $len, !2 = $i
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        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    5     5        STRLEN                                           ~5      !0
          6        ASSIGN                                                   !1, ~5
    7     7        ASSIGN                                                   !2, 0
          8      > JMP                                                      ->16
    8     9    >   INIT_FCALL                                               'ord'
         10        FETCH_DIM_R                                      ~8      !0, !2
         11        SEND_VAL                                                 ~8
         12        DO_ICALL                                         $9      
         13        CONCAT                                           ~10     $9, '+'
         14        ECHO                                                     ~10
    7    15        PRE_INC                                                  !2
         16    >   IS_SMALLER                                               !2, !1
         17      > JMPNZ                                                    ~12, ->9
    9    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.87 ms | 1395 KiB | 17 Q