3v4l.org

run code in 300+ PHP versions simultaneously
<?php $code = "564646773"; $len = strlen($code); $i = 0; do { echo $code[$i].":"; $i++; }while($i < $len); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 4
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
filename:       /in/K4Peg
function name:  (null)
number of ops:  11
compiled vars:  !0 = $code, !1 = $len, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '564646773'
    4     1        STRLEN                                           ~4      !0
          2        ASSIGN                                                   !1, ~4
    5     3        ASSIGN                                                   !2, 0
    8     4    >   FETCH_DIM_R                                      ~7      !0, !2
          5        CONCAT                                           ~8      ~7, '%3A'
          6        ECHO                                                     ~8
    9     7        PRE_INC                                                  !2
   10     8        IS_SMALLER                                               !2, !1
          9      > JMPNZ                                                    ~10, ->4
   12    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.87 ms | 1393 KiB | 13 Q