3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sender = "heisser-hugo@fick-schlitten.de"; $empfaenger = "paul.vogt1997@gmail.com"; $betreff = "FIggen"; $mailtext = "Bam"; mail($empfaenger, $betreff, $mailtext, "From: $sender\n" . "Content-Type: text/html; charset=iso-8859-1\n"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2aJag
function name:  (null)
number of ops:  15
compiled vars:  !0 = $sender, !1 = $empfaenger, !2 = $betreff, !3 = $mailtext
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'heisser-hugo%40fick-schlitten.de'
    3     1        ASSIGN                                                   !1, 'paul.vogt1997%40gmail.com'
    4     2        ASSIGN                                                   !2, 'FIggen'
    5     3        ASSIGN                                                   !3, 'Bam'
    6     4        INIT_FCALL                                               'mail'
          5        SEND_VAR                                                 !1
          6        SEND_VAR                                                 !2
          7        SEND_VAR                                                 !3
          8        ROPE_INIT                                     3  ~9      'From%3A+'
          9        ROPE_ADD                                      1  ~9      ~9, !0
         10        ROPE_END                                      2  ~8      ~9, '%0A'
         11        CONCAT                                           ~11     ~8, 'Content-Type%3A+text%2Fhtml%3B+charset%3Diso-8859-1%0A'
         12        SEND_VAL                                                 ~11
         13        DO_ICALL                                                 
    7    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.53 ms | 1394 KiB | 15 Q