3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.96 ms | 1400 KiB | 15 Q