3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo"<form action='$PHP_SELF' method=post>"; if (!$kontakt) echo"<center><input type='submit' name='kontakt' value='E-Mail senden'></center><br>"; if ($kontakt) { echo"<center><table border='1' cellspacing='0' cellpadding='3' bgcolor='#d8d8d0'>"; echo"<td width='120' height='24' valign='middle'>Ihre Email-Adresse:</td><td width='330' height='24 valign='middle'><input name='von' size='40' maxlength='60'></td></tr>"; echo"<td width='450' height='40' colspan='2' valign='top'>Ihre Nachricht:<br><textarea cols=70 rows=12 name='inhalt'></textarea>"; echo"</td></tr>"; echo"<tr><td width='450' height='40' colspan='2' valign='tmiddle'><center><input type='submit' name='senden' value='Nachricht senden'></center></td></tr>"; echo"</table></center>"; } if ($senden) { @mail("thomas@oberleonline.de", "Mail von Homepage Startseite", $inhalt, "From: $von"); echo"<font color='#ff3333'><center>Vielen Dank, Ihre Nachricht wurde an uns gesendet.</center><br>"; } echo"</form>"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 26
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
Branch analysis from position: 14
Branch analysis from position: 7
filename:       /in/Aaa1V
function name:  (null)
number of ops:  28
compiled vars:  !0 = $PHP_SELF, !1 = $kontakt, !2 = $senden, !3 = $inhalt, !4 = $von
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     3  ~6      '%3Cform+action%3D%27'
          1        ROPE_ADD                                      1  ~6      ~6, !0
          2        ROPE_END                                      2  ~5      ~6, '%27+method%3Dpost%3E'
          3        ECHO                                                     ~5
    5     4        BOOL_NOT                                         ~8      !1
          5      > JMPZ                                                     ~8, ->7
    6     6    >   ECHO                                                     '%3Ccenter%3E%3Cinput+type%3D%27submit%27+name%3D%27kontakt%27+value%3D%27E-Mail+senden%27%3E%3C%2Fcenter%3E%3Cbr%3E'
    8     7    > > JMPZ                                                     !1, ->14
   10     8    >   ECHO                                                     '%3Ccenter%3E%3Ctable+border%3D%271%27+cellspacing%3D%270%27+cellpadding%3D%273%27+bgcolor%3D%27%23d8d8d0%27%3E'
   11     9        ECHO                                                     '%3Ctd+width%3D%27120%27+height%3D%2724%27+valign%3D%27middle%27%3EIhre+Email-Adresse%3A%3C%2Ftd%3E%3Ctd+width%3D%27330%27+height%3D%2724+valign%3D%27middle%27%3E%3Cinput+name%3D%27von%27+size%3D%2740%27+maxlength%3D%2760%27%3E%3C%2Ftd%3E%3C%2Ftr%3E'
   12    10        ECHO                                                     '%3Ctd+width%3D%27450%27+height%3D%2740%27+colspan%3D%272%27+valign%3D%27top%27%3EIhre+Nachricht%3A%3Cbr%3E%3Ctextarea+cols%3D70+rows%3D12+name%3D%27inhalt%27%3E%3C%2Ftextarea%3E'
   13    11        ECHO                                                     '%3C%2Ftd%3E%3C%2Ftr%3E'
   14    12        ECHO                                                     '%3Ctr%3E%3Ctd+width%3D%27450%27+height%3D%2740%27+colspan%3D%272%27+valign%3D%27tmiddle%27%3E%3Ccenter%3E%3Cinput+type%3D%27submit%27+name%3D%27senden%27+value%3D%27Nachricht+senden%27%3E%3C%2Fcenter%3E%3C%2Ftd%3E%3C%2Ftr%3E'
   15    13        ECHO                                                     '%3C%2Ftable%3E%3C%2Fcenter%3E'
   18    14    > > JMPZ                                                     !2, ->26
   20    15    >   BEGIN_SILENCE                                    ~9      
         16        INIT_FCALL                                               'mail'
         17        SEND_VAL                                                 'thomas%40oberleonline.de'
         18        SEND_VAL                                                 'Mail+von+Homepage+Startseite'
         19        SEND_VAR                                                 !3
         20        NOP                                                      
         21        FAST_CONCAT                                      ~10     'From%3A+', !4
         22        SEND_VAL                                                 ~10
         23        DO_ICALL                                                 
         24        END_SILENCE                                              ~9
   21    25        ECHO                                                     '%3Cfont+color%3D%27%23ff3333%27%3E%3Ccenter%3EVielen+Dank%2C+Ihre+Nachricht+wurde+an+uns+gesendet.%3C%2Fcenter%3E%3Cbr%3E'
   24    26    >   ECHO                                                     '%3C%2Fform%3E'
   26    27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.01 ms | 1400 KiB | 15 Q