3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (isset($_POST['Confirm'])) { echo "This is where the mail code should be"; ?> Thank you, your message has been sent! <!-- This content is shown after form submission --> <?php } else { ?> This is where the email form should be <?php }; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tqQTZ
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_IS                                         ~0      '_POST'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~0, 'Confirm'
          2      > JMPZ                                                     ~1, ->6
    5     3    >   ECHO                                                     'This+is+where+the+mail+code+should+be'
    8     4        ECHO                                                     '%0AThank+you%2C+your+message+has+been+sent%21+%3C%21--+This+content+is+shown+after+form+submission+--%3E%0A%0A'
          5      > JMP                                                      ->7
   12     6    >   ECHO                                                     '%0A++++This+is+where+the+email+form+should+be%0A%0A'
   15     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.77 ms | 1393 KiB | 13 Q