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[$i]." ".chr($s[$i])."\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 3
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 3
Branch analysis from position: 18
Branch analysis from position: 3
filename:       /in/kllHP
function name:  (null)
number of ops:  19
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                                                      ->13
    5     3    >   FETCH_DIM_R                                      ~4      !0, !1
          4        CONCAT                                           ~5      ~4, '+'
          5        INIT_FCALL                                               'chr'
          6        FETCH_DIM_R                                      ~6      !0, !1
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        CONCAT                                           ~8      ~5, $7
         10        CONCAT                                           ~9      ~8, '%0A'
         11        ECHO                                                     ~9
    4    12        PRE_INC                                                  !1
         13    >   INIT_FCALL                                               'mb_strlen'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $11     
         16        IS_SMALLER                                               !1, $11
         17      > JMPNZ                                                    ~12, ->3
    6    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.62 ms | 1395 KiB | 17 Q