3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(empty($_POST['submit'])) { echo "Form is not submitted!"; exit; } if(empty($_POST['fullname'])|| empty($_POST['email'])) { echo "Please full the form"; exit; }
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 = 79) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/aRQGp
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_IS                                         ~0      '_POST'
          1        ISSET_ISEMPTY_DIM_OBJ                         1          ~0, 'submit'
          2      > JMPZ                                                     ~1, ->5
    5     3    >   ECHO                                                     'Form+is+not+submitted%21'
    6     4      > EXIT                                                     
    9     5    >   FETCH_IS                                         ~2      '_POST'
          6        ISSET_ISEMPTY_DIM_OBJ                         1  ~3      ~2, 'fullname'
          7      > JMPNZ_EX                                         ~3      ~3, ->11
   10     8    >   FETCH_IS                                         ~4      '_POST'
          9        ISSET_ISEMPTY_DIM_OBJ                         1  ~5      ~4, 'email'
         10        BOOL                                             ~3      ~5
         11    > > JMPZ                                                     ~3, ->14
   12    12    >   ECHO                                                     'Please+full+the+form'
   13    13      > EXIT                                                     
   14    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.19 ms | 1393 KiB | 13 Q