3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row = 7000; $fuzzyprocessormax = 6000; $fuzzyprocessormin = 5000; $rekomendasi = 1000; // Hitung fuzzy processor min if ($row <= $fuzzyprocessormin ) { echo 'Kebutuhan fuzzy 0'; die(); } else if ($fuzzyprocessormin <= $row or $row <= $fuzzyprocessormax ) { $rekomendasi = ($fuzzyprocessormax - $row ) / ($fuzzyprocessormax-$fuzzyprocessormin); echo 'Kebutuhan fuzzy '.$rekomendasi; die(); } else if ($row >= $fuzzyprocessormax) { echo 'Kebutuhan fuzzy 1'; die();} else echo header("Location: ../processor.html"); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 47) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 22
Branch analysis from position: 14
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 22
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 27
Branch analysis from position: 24
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/blRN8
function name:  (null)
number of ops:  32
compiled vars:  !0 = $row, !1 = $fuzzyprocessormax, !2 = $fuzzyprocessormin, !3 = $rekomendasi
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 7000
    5     1        ASSIGN                                                   !1, 6000
    6     2        ASSIGN                                                   !2, 5000
    8     3        ASSIGN                                                   !3, 1000
   12     4        IS_SMALLER_OR_EQUAL                                      !0, !2
          5      > JMPZ                                                     ~8, ->9
   15     6    >   ECHO                                                     'Kebutuhan+fuzzy+0'
          7      > EXIT                                                     
          8*       JMP                                                      ->31
   19     9    >   IS_SMALLER_OR_EQUAL                              ~9      !2, !0
         10      > JMPNZ_EX                                         ~9      ~9, ->13
         11    >   IS_SMALLER_OR_EQUAL                              ~10     !0, !1
         12        BOOL                                             ~9      ~10
         13    > > JMPZ                                                     ~9, ->22
   21    14    >   SUB                                              ~11     !1, !0
         15        SUB                                              ~12     !1, !2
         16        DIV                                              ~13     ~11, ~12
         17        ASSIGN                                                   !3, ~13
   22    18        CONCAT                                           ~15     'Kebutuhan+fuzzy+', !3
         19        ECHO                                                     ~15
         20      > EXIT                                                     
         21*       JMP                                                      ->31
   27    22    >   IS_SMALLER_OR_EQUAL                                      !1, !0
         23      > JMPZ                                                     ~16, ->27
   30    24    >   ECHO                                                     'Kebutuhan+fuzzy+1'
         25      > EXIT                                                     
         26*       JMP                                                      ->31
   32    27    >   INIT_FCALL                                               'header'
         28        SEND_VAL                                                 'Location%3A+..%2Fprocessor.html'
         29        DO_ICALL                                         $17     
         30        ECHO                                                     $17
   39    31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.45 ms | 1396 KiB | 15 Q