3v4l.org

run code in 300+ PHP versions simultaneously
<?php $First=$_POST['firstname']; $Last=$_POST['lastname']; $tel=$_POST['tel']; $email=$_POST['email']; $product=$_POST['stationery']; $quantity=$_POST['quantity']; $total=$_POST['total']; //print out the values echo "your order details are as follows<br>"; echo "customer's first name:".$First."<br>"; echo "customer's Last name:".$Last."<br>"; echo "customer's Telephone :".$tel."<br>"; echo "customer's Email :".$email."<br>"; echo "product names:".$product."<br>"; echo "quantity ordered:".$quantity."<br>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jTo3g
function name:  (null)
number of ops:  41
compiled vars:  !0 = $First, !1 = $Last, !2 = $tel, !3 = $email, !4 = $product, !5 = $quantity, !6 = $total
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_R                      global              ~7      '_POST'
          1        FETCH_DIM_R                                      ~8      ~7, 'firstname'
          2        ASSIGN                                                   !0, ~8
    4     3        FETCH_R                      global              ~10     '_POST'
          4        FETCH_DIM_R                                      ~11     ~10, 'lastname'
          5        ASSIGN                                                   !1, ~11
    5     6        FETCH_R                      global              ~13     '_POST'
          7        FETCH_DIM_R                                      ~14     ~13, 'tel'
          8        ASSIGN                                                   !2, ~14
    6     9        FETCH_R                      global              ~16     '_POST'
         10        FETCH_DIM_R                                      ~17     ~16, 'email'
         11        ASSIGN                                                   !3, ~17
    7    12        FETCH_R                      global              ~19     '_POST'
         13        FETCH_DIM_R                                      ~20     ~19, 'stationery'
         14        ASSIGN                                                   !4, ~20
    8    15        FETCH_R                      global              ~22     '_POST'
         16        FETCH_DIM_R                                      ~23     ~22, 'quantity'
         17        ASSIGN                                                   !5, ~23
    9    18        FETCH_R                      global              ~25     '_POST'
         19        FETCH_DIM_R                                      ~26     ~25, 'total'
         20        ASSIGN                                                   !6, ~26
   12    21        ECHO                                                     'your+order+details+are+as+follows%3Cbr%3E'
   13    22        CONCAT                                           ~28     'customer%27s+first+name%3A', !0
         23        CONCAT                                           ~29     ~28, '%3Cbr%3E'
         24        ECHO                                                     ~29
   14    25        CONCAT                                           ~30     'customer%27s+Last+name%3A', !1
         26        CONCAT                                           ~31     ~30, '%3Cbr%3E'
         27        ECHO                                                     ~31
   15    28        CONCAT                                           ~32     'customer%27s+Telephone+%3A', !2
         29        CONCAT                                           ~33     ~32, '%3Cbr%3E'
         30        ECHO                                                     ~33
   16    31        CONCAT                                           ~34     'customer%27s+Email+%3A', !3
         32        CONCAT                                           ~35     ~34, '%3Cbr%3E'
         33        ECHO                                                     ~35
   17    34        CONCAT                                           ~36     'product+names%3A', !4
         35        CONCAT                                           ~37     ~36, '%3Cbr%3E'
         36        ECHO                                                     ~37
   18    37        CONCAT                                           ~38     'quantity+ordered%3A', !5
         38        CONCAT                                           ~39     ~38, '%3Cbr%3E'
         39        ECHO                                                     ~39
   20    40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.26 ms | 1399 KiB | 13 Q