3v4l.org

run code in 300+ PHP versions simultaneously
<?php $referenz_Zahl = 5; $aktuelle_Zahl = 1.5; $Abstand = 1; $ergebnis = 0; #&& is_int($ergebnis) && $ergebnis % $Abstand if($aktuelle_Zahl < $referenz_Zahl) { while($ergebnis < $aktuelle_Zahl ) { $ergebnis = $ergebnis + $aktuelle_Zahl + $Abstand ; echo '<br />IN der Schleife: '.$ergebnis; } echo '<br />ERGEBNIS: '.$ergebnis; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 16
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 7
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 7
Branch analysis from position: 14
Branch analysis from position: 7
Branch analysis from position: 16
filename:       /in/AXk6A
function name:  (null)
number of ops:  17
compiled vars:  !0 = $referenz_Zahl, !1 = $aktuelle_Zahl, !2 = $Abstand, !3 = $ergebnis
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 5
    4     1        ASSIGN                                                   !1, 1.5
    5     2        ASSIGN                                                   !2, 1
    6     3        ASSIGN                                                   !3, 0
   10     4        IS_SMALLER                                               !1, !0
          5      > JMPZ                                                     ~8, ->16
   12     6    > > JMP                                                      ->12
   14     7    >   ADD                                              ~9      !3, !1
          8        ADD                                              ~10     ~9, !2
          9        ASSIGN                                                   !3, ~10
   16    10        CONCAT                                           ~12     '%3Cbr+%2F%3EIN+der+Schleife%3A+', !3
         11        ECHO                                                     ~12
   12    12    >   IS_SMALLER                                               !3, !1
         13      > JMPNZ                                                    ~13, ->7
   19    14    >   CONCAT                                           ~14     '%3Cbr+%2F%3EERGEBNIS%3A+', !3
         15        ECHO                                                     ~14
   36    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.79 ms | 1393 KiB | 13 Q