3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zakres = '123-999'; //$zakres = str_replace("-","",$zakres); echo "poczatek: ".$zakres."<br />"; $zakres_tmp = array(); for($i=0;$i<$urzadzenia_ilosc;$i++){ $zakres_tmp[] = $zakres; $zakres++; } print_r($zakres_tmp); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
Branch analysis from position: 7
filename:       /in/Ng9fU
function name:  (null)
number of ops:  17
compiled vars:  !0 = $zakres, !1 = $zakres_tmp, !2 = $i, !3 = $urzadzenia_ilosc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '123-999'
    6     1        CONCAT                                           ~5      'poczatek%3A+', !0
          2        CONCAT                                           ~6      ~5, '%3Cbr+%2F%3E'
          3        ECHO                                                     ~6
    7     4        ASSIGN                                                   !1, <array>
    9     5        ASSIGN                                                   !2, 0
          6      > JMP                                                      ->11
   10     7    >   ASSIGN_DIM                                               !1
          8        OP_DATA                                                  !0
   11     9        PRE_INC                                                  !0
    9    10        PRE_INC                                                  !2
         11    >   IS_SMALLER                                               !2, !3
         12      > JMPNZ                                                    ~12, ->7
   13    13    >   INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
   17    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.78 ms | 1395 KiB | 15 Q