3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 100; for($i = 0; $i < $a; $i++) { $x = 108/59; $x += $x; $x = $x*($x*$x/($x+5)); }
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 = 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
Branch analysis from position: 3
filename:       /in/AtM8c
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $i, !2 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 100
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->11
    6     3    >   ASSIGN                                                   !2, 1.83051
    7     4        ASSIGN_OP                                     1          !2, !2
    8     5        MUL                                              ~7      !2, !2
          6        ADD                                              ~8      !2, 5
          7        DIV                                              ~9      ~7, ~8
          8        MUL                                              ~10     !2, ~9
          9        ASSIGN                                                   !2, ~10
    4    10        PRE_INC                                                  !1
         11    >   IS_SMALLER                                               !1, !0
         12      > JMPNZ                                                    ~13, ->3
    9    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.91 ms | 1397 KiB | 13 Q