3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Fname = $_POST['Fname']; $Lname = $_POST['Lname']; $gender = $_POST['gender']; $food = $_POST['food']; $quote = $_POST['quote']; $education = $_POST['education']; $TofD = $_POST['TofD']; $name = $_POST['name']; echo "User Has submitted the form and entered this name : <b> $name </b>"; echo "<br>You can use the following form again to enter a new name."; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MSvdk
function name:  (null)
number of ops:  30
compiled vars:  !0 = $Fname, !1 = $Lname, !2 = $gender, !3 = $food, !4 = $quote, !5 = $education, !6 = $TofD, !7 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~8      '_POST'
          1        FETCH_DIM_R                                      ~9      ~8, 'Fname'
          2        ASSIGN                                                   !0, ~9
    3     3        FETCH_R                      global              ~11     '_POST'
          4        FETCH_DIM_R                                      ~12     ~11, 'Lname'
          5        ASSIGN                                                   !1, ~12
    4     6        FETCH_R                      global              ~14     '_POST'
          7        FETCH_DIM_R                                      ~15     ~14, 'gender'
          8        ASSIGN                                                   !2, ~15
    5     9        FETCH_R                      global              ~17     '_POST'
         10        FETCH_DIM_R                                      ~18     ~17, 'food'
         11        ASSIGN                                                   !3, ~18
    6    12        FETCH_R                      global              ~20     '_POST'
         13        FETCH_DIM_R                                      ~21     ~20, 'quote'
         14        ASSIGN                                                   !4, ~21
    7    15        FETCH_R                      global              ~23     '_POST'
         16        FETCH_DIM_R                                      ~24     ~23, 'education'
         17        ASSIGN                                                   !5, ~24
    8    18        FETCH_R                      global              ~26     '_POST'
         19        FETCH_DIM_R                                      ~27     ~26, 'TofD'
         20        ASSIGN                                                   !6, ~27
   10    21        FETCH_R                      global              ~29     '_POST'
         22        FETCH_DIM_R                                      ~30     ~29, 'name'
         23        ASSIGN                                                   !7, ~30
   11    24        ROPE_INIT                                     3  ~33     'User+Has+submitted+the+form+and+entered+this+name+%3A+%3Cb%3E+'
         25        ROPE_ADD                                      1  ~33     ~33, !7
         26        ROPE_END                                      2  ~32     ~33, '+%3C%2Fb%3E'
         27        ECHO                                                     ~32
   12    28        ECHO                                                     '%3Cbr%3EYou+can+use+the+following+form+again+to+enter+a+new+name.'
   14    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.24 ms | 1395 KiB | 13 Q