3v4l.org

run code in 300+ PHP versions simultaneously
<table> <tr> <td> <?php // comment 1 if($cd_empr == 1){ ?> <some html code here> <?php // comment 2 }else if($cd_empr == 2){ ?> <some html code here> <?php } ?> </td> </tr> </table>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/TNpiF
function name:  (null)
number of ops:  10
compiled vars:  !0 = $cd_empr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Ctable%3E%0A++++++%3Ctr%3E%0A++++++++%3Ctd%3E%0A++++++++++++'
    6     1        IS_EQUAL                                                 !0, 1
          2      > JMPZ                                                     ~1, ->5
    7     3    >   ECHO                                                     '++++++++++++++++%3Csome+html+code+here%3E%0A++++++++++++'
          4      > JMP                                                      ->8
   10     5    >   IS_EQUAL                                                 !0, 2
          6      > JMPZ                                                     ~2, ->8
   11     7    >   ECHO                                                     '++++++++++++++++%3Csome+html+code+here%3E%0A++++++++++++'
   13     8    >   ECHO                                                     '++++++++%3C%2Ftd%3E%0A++++++%3C%2Ftr%3E%0A%3C%2Ftable%3E'
   15     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.92 ms | 1397 KiB | 13 Q