3v4l.org

run code in 300+ PHP versions simultaneously
<?php $headers = "From: soccerragav@faman.com\r\n"; $headers .= "Reply-To: soccerragav@faman.com\r\n"; $headers .= "CC: check@email.com\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; mail("mail3renjith@gmail.com","Hello","<h1>HELLO WORLD</h1><br><h2>ChuckNorris</h2>",$headers); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rHpLv
function name:  (null)
number of ops:  12
compiled vars:  !0 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'From%3A+soccerragav%40faman.com%0D%0A'
    3     1        ASSIGN_OP                                     8          !0, 'Reply-To%3A+soccerragav%40faman.com%0D%0A'
    4     2        ASSIGN_OP                                     8          !0, 'CC%3A+check%40email.com%0D%0A'
    5     3        ASSIGN_OP                                     8          !0, 'MIME-Version%3A+1.0%0D%0A'
    6     4        ASSIGN_OP                                     8          !0, 'Content-Type%3A+text%2Fhtml%3B+charset%3DISO-8859-1%0D%0A'
    7     5        INIT_FCALL                                               'mail'
          6        SEND_VAL                                                 'mail3renjith%40gmail.com'
          7        SEND_VAL                                                 'Hello'
          8        SEND_VAL                                                 '%3Ch1%3EHELLO+WORLD%3C%2Fh1%3E%3Cbr%3E%3Ch2%3EChuckNorris%3C%2Fh2%3E'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.24 ms | 1394 KiB | 15 Q