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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.37 ms | 1395 KiB | 19 Q