3v4l.org

run code in 300+ PHP versions simultaneously
<?php while($row = mysql_fetch_assoc($res)) { if($row['Leeftijd'] == 3) { echo ("<img src='/Images/Pegi_3.gif'/>"); } else if($row['Leeftijd'] == 7) { echo ("<img src='/Images/Pegi_7.gif'/>"); } else if($row['Leeftijd'] == 12) { echo ("<img src='/Images/Pegi_12.gif'/>"); } else if($row['Leeftijd'] == 16) { echo ("<img src='/Images/Pegi_16.gif'/>"); } else { echo ("<img src='/Images/Pegi_18.gif'/>"); } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 1
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 16
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 1
Branch analysis from position: 27
Branch analysis from position: 1
filename:       /in/o37Bj
function name:  (null)
number of ops:  28
compiled vars:  !0 = $row, !1 = $res
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->22
    3     1    >   FETCH_DIM_R                                      ~2      !0, 'Leeftijd'
          2        IS_EQUAL                                                 ~2, 3
          3      > JMPZ                                                     ~3, ->6
    4     4    >   ECHO                                                     '%3Cimg+src%3D%27%2FImages%2FPegi_3.gif%27%2F%3E'
          5      > JMP                                                      ->22
    5     6    >   FETCH_DIM_R                                      ~4      !0, 'Leeftijd'
          7        IS_EQUAL                                                 ~4, 7
          8      > JMPZ                                                     ~5, ->11
    6     9    >   ECHO                                                     '%3Cimg+src%3D%27%2FImages%2FPegi_7.gif%27%2F%3E'
         10      > JMP                                                      ->22
    7    11    >   FETCH_DIM_R                                      ~6      !0, 'Leeftijd'
         12        IS_EQUAL                                                 ~6, 12
         13      > JMPZ                                                     ~7, ->16
    8    14    >   ECHO                                                     '%3Cimg+src%3D%27%2FImages%2FPegi_12.gif%27%2F%3E'
         15      > JMP                                                      ->22
    9    16    >   FETCH_DIM_R                                      ~8      !0, 'Leeftijd'
         17        IS_EQUAL                                                 ~8, 16
         18      > JMPZ                                                     ~9, ->21
   10    19    >   ECHO                                                     '%3Cimg+src%3D%27%2FImages%2FPegi_16.gif%27%2F%3E'
         20      > JMP                                                      ->22
   12    21    >   ECHO                                                     '%3Cimg+src%3D%27%2FImages%2FPegi_18.gif%27%2F%3E'
    2    22    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_assoc'
         23        SEND_VAR_EX                                              !1
         24        DO_FCALL                                      0  $10     
         25        ASSIGN                                           ~11     !0, $10
         26      > JMPNZ                                                    ~11, ->1
   15    27    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.2 ms | 1399 KiB | 13 Q