3v4l.org

run code in 300+ PHP versions simultaneously
<?php // set row property // set start / end line $start_row_num = 2; $end_row_num = 1000; $row_num_array = range($start_row_num, $end_row_num); // set column property // set start / end column $start_column_num = 1; $end_column_num = 3; $column_num_array = range($start_column_num, $end_column_num); foreach ($row_num_array as $row_num) { echo "row_num: " . $row_num; echo "<br>"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 15, Position 2 = 20
Branch analysis from position: 15
2 jumps found. (Code = 78) Position 1 = 16, Position 2 = 20
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/svcIl
function name:  (null)
number of ops:  22
compiled vars:  !0 = $start_row_num, !1 = $end_row_num, !2 = $row_num_array, !3 = $start_column_num, !4 = $end_column_num, !5 = $column_num_array, !6 = $row_num
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 2
    6     1        ASSIGN                                                   !1, 1000
    7     2        INIT_FCALL                                               'range'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $9      
          6        ASSIGN                                                   !2, $9
   11     7        ASSIGN                                                   !3, 1
   12     8        ASSIGN                                                   !4, 3
   13     9        INIT_FCALL                                               'range'
         10        SEND_VAR                                                 !3
         11        SEND_VAR                                                 !4
         12        DO_ICALL                                         $13     
         13        ASSIGN                                                   !5, $13
   15    14      > FE_RESET_R                                       $15     !2, ->20
         15    > > FE_FETCH_R                                               $15, !6, ->20
   16    16    >   CONCAT                                           ~16     'row_num%3A+', !6
         17        ECHO                                                     ~16
   17    18        ECHO                                                     '%3Cbr%3E'
   15    19      > JMP                                                      ->15
         20    >   FE_FREE                                                  $15
   19    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.16 ms | 1395 KiB | 15 Q