3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.43 ms | 1399 KiB | 17 Q