3v4l.org

run code in 300+ PHP versions simultaneously
<?php // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; mail('', 'Welcome to Neuron', '<h1>Your password is {$pwd}</h1>', $headers);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VBpHY
function name:  (null)
number of ops:  9
compiled vars:  !0 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'MIME-Version%3A+1.0%0D%0A'
    5     1        ASSIGN_OP                                     8          !0, 'Content-type%3A+text%2Fhtml%3B+charset%3Diso-8859-1%0D%0A'
    6     2        INIT_FCALL                                               'mail'
          3        SEND_VAL                                                 ''
          4        SEND_VAL                                                 'Welcome+to+Neuron'
          5        SEND_VAL                                                 '%3Ch1%3EYour+password+is+%7B%24pwd%7D%3C%2Fh1%3E'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.99 ms | 1393 KiB | 15 Q