3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start_w = "http://cockpit-qualif.cib.net/Tool_ListAppli/csv/SIR.14_SER_"; for($i=1; $i<= 70; $i++) { if($i<10) { echo $start_w.'00'.$i.'<br>'; }elseif($i<100){ echo $start_w.'0'.$i.'<br>'; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 3
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 3
Branch analysis from position: 19
Branch analysis from position: 3
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 16
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 3
Branch analysis from position: 19
Branch analysis from position: 3
Branch analysis from position: 16
filename:       /in/psGgh
function name:  (null)
number of ops:  20
compiled vars:  !0 = $start_w, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fcockpit-qualif.cib.net%2FTool_ListAppli%2Fcsv%2FSIR.14_SER_'
    3     1        ASSIGN                                                   !1, 1
          2      > JMP                                                      ->17
    4     3    >   IS_SMALLER                                               !1, 10
          4      > JMPZ                                                     ~4, ->10
    5     5    >   CONCAT                                           ~5      !0, '00'
          6        CONCAT                                           ~6      ~5, !1
          7        CONCAT                                           ~7      ~6, '%3Cbr%3E'
          8        ECHO                                                     ~7
          9      > JMP                                                      ->16
    6    10    >   IS_SMALLER                                               !1, 100
         11      > JMPZ                                                     ~8, ->16
    7    12    >   CONCAT                                           ~9      !0, '0'
         13        CONCAT                                           ~10     ~9, !1
         14        CONCAT                                           ~11     ~10, '%3Cbr%3E'
         15        ECHO                                                     ~11
    3    16    >   PRE_INC                                                  !1
         17    >   IS_SMALLER_OR_EQUAL                                      !1, 70
         18      > JMPNZ                                                    ~13, ->3
    9    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.24 ms | 1385 KiB | 13 Q