3v4l.org

run code in 300+ PHP versions simultaneously
<?php $total = 0; $list = array(8,1,7,-7,2,4,5,-14,0,1); for ($i=0;$i<=9;$i++) { if ($list[$i] >= 4) { $total = $total + $list[$i]; } } echo "The sum of the bigges is".$total; ?>
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 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
Branch analysis from position: 10
filename:       /in/njqij
function name:  (null)
number of ops:  16
compiled vars:  !0 = $total, !1 = $list, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->11
    5     4    >   FETCH_DIM_R                                      ~6      !1, !2
          5        IS_SMALLER_OR_EQUAL                                      4, ~6
          6      > JMPZ                                                     ~7, ->10
    6     7    >   FETCH_DIM_R                                      ~8      !1, !2
          8        ADD                                              ~9      !0, ~8
          9        ASSIGN                                                   !0, ~9
    4    10    >   PRE_INC                                                  !2
         11    >   IS_SMALLER_OR_EQUAL                                      !2, 9
         12      > JMPNZ                                                    ~12, ->4
    9    13    >   CONCAT                                           ~13     'The+sum+of+the+bigges+is', !0
         14        ECHO                                                     ~13
   10    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.5 ms | 1394 KiB | 13 Q