3v4l.org

run code in 300+ PHP versions simultaneously
<?php $min = 8; $end = 550; $step = 100; for($i=0; $i<$end; $i=$i+$step){ $firstNum = max($min,$i+ 1); $lastNum = $i + $step; echo $firstNum.' - '.$lastNum; echo "\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 5
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 5
Branch analysis from position: 21
Branch analysis from position: 5
filename:       /in/fr4ro
function name:  (null)
number of ops:  22
compiled vars:  !0 = $min, !1 = $end, !2 = $step, !3 = $i, !4 = $firstNum, !5 = $lastNum
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 8
    4     1        ASSIGN                                                   !1, 550
    5     2        ASSIGN                                                   !2, 100
    7     3        ASSIGN                                                   !3, 0
          4      > JMP                                                      ->19
    8     5    >   INIT_FCALL                                               'max'
          6        SEND_VAR                                                 !0
          7        ADD                                              ~10     !3, 1
          8        SEND_VAL                                                 ~10
          9        DO_ICALL                                         $11     
         10        ASSIGN                                                   !4, $11
    9    11        ADD                                              ~13     !3, !2
         12        ASSIGN                                                   !5, ~13
   10    13        CONCAT                                           ~15     !4, '+-+'
         14        CONCAT                                           ~16     ~15, !5
         15        ECHO                                                     ~16
   11    16        ECHO                                                     '%0A'
    7    17        ADD                                              ~17     !3, !2
         18        ASSIGN                                                   !3, ~17
         19    >   IS_SMALLER                                               !3, !1
         20      > JMPNZ                                                    ~19, ->5
   12    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.74 ms | 1395 KiB | 15 Q