3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '863491-Detske bavlnene thermo ponozky,
 divci i chlapecke'; for($i = 0; $i < mb_strlen($s); $i++) { echo $s." ".chr($s[$i])."\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
filename:       /in/3nPav
function name:  (null)
number of ops:  18
compiled vars:  !0 = $s, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '863491-Detske+bavlnene+thermo+ponozky%2C%E2%80%A8+divci+i+chlapecke'
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
    5     3    >   CONCAT                                           ~4      !0, '+'
          4        INIT_FCALL                                               'chr'
          5        FETCH_DIM_R                                      ~5      !0, !1
          6        SEND_VAL                                                 ~5
          7        DO_ICALL                                         $6      
          8        CONCAT                                           ~7      ~4, $6
          9        CONCAT                                           ~8      ~7, '%0A'
         10        ECHO                                                     ~8
    4    11        PRE_INC                                                  !1
         12    >   INIT_FCALL                                               'mb_strlen'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $10     
         15        IS_SMALLER                                               !1, $10
         16      > JMPNZ                                                    ~11, ->3
    6    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.12 ms | 935 KiB | 18 Q