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 && is_int($ergebnis) if($aktuelle_Zahl < $referenz_Zahl) { while($ergebnis < $aktuelle_Zahl ) { do { $ergebnis = $ergebnis + $aktuelle_Zahl + $Abstand ; }while(!is_int($ergebnis)); 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 = 19
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 7
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 7
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 7
Branch analysis from position: 17
Branch analysis from position: 7
Branch analysis from position: 7
Branch analysis from position: 19
filename:       /in/tH6Vf
function name:  (null)
number of ops:  20
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, ->19
   12     6    > > JMP                                                      ->15
   16     7    >   ADD                                              ~9      !3, !1
          8        ADD                                              ~10     ~9, !2
          9        ASSIGN                                                   !3, ~10
   17    10        TYPE_CHECK                                   16  ~12     !3
         11        BOOL_NOT                                         ~13     ~12
         12      > JMPNZ                                                    ~13, ->7
   20    13    >   CONCAT                                           ~14     '%3Cbr+%2F%3EIN+der+Schleife%3A+', !3
         14        ECHO                                                     ~14
   12    15    >   IS_SMALLER                                               !3, !1
         16      > JMPNZ                                                    ~15, ->7
   23    17    >   CONCAT                                           ~16     '%3Cbr+%2F%3EERGEBNIS%3A+', !3
         18        ECHO                                                     ~16
   40    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.46 ms | 1398 KiB | 13 Q