3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = 'sainikhil013@outlook.com'; $subject = 'PHP test'; $body = '<h1>Hello Amar'; $headers = 'From: Test Amar'."\r\n"; $headers .= 'Reply-To: sainikhil013@outlook.com'."\r\n"; $headers .= 'Return-Path: from@email.me'."\r\n"; $headers .= 'X-Mailer: PHP5'."\n"; $headers .= 'MIME-Version: 1.0'."\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n"; mail($to, $subject, $body, $headers); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/a95uu
function name:  (null)
number of ops:  16
compiled vars:  !0 = $to, !1 = $subject, !2 = $body, !3 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'sainikhil013%40outlook.com'
    3     1        ASSIGN                                                   !1, 'PHP+test'
    4     2        ASSIGN                                                   !2, '%3Ch1%3EHello+Amar'
    5     3        ASSIGN                                                   !3, 'From%3A+Test+Amar%0D%0A'
    6     4        ASSIGN_OP                                     8          !3, 'Reply-To%3A+sainikhil013%40outlook.com%0D%0A'
    7     5        ASSIGN_OP                                     8          !3, 'Return-Path%3A+from%40email.me%0D%0A'
    8     6        ASSIGN_OP                                     8          !3, 'X-Mailer%3A+PHP5%0A'
    9     7        ASSIGN_OP                                     8          !3, 'MIME-Version%3A+1.0%0A'
   10     8        ASSIGN_OP                                     8          !3, 'Content-type%3A+text%2Fhtml%3B+charset%3Diso-8859-1%0D%0A'
   11     9        INIT_FCALL                                               'mail'
         10        SEND_VAR                                                 !0
         11        SEND_VAR                                                 !1
         12        SEND_VAR                                                 !2
         13        SEND_VAR                                                 !3
         14        DO_ICALL                                                 
   12    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.69 ms | 991 KiB | 14 Q