3v4l.org

run code in 300+ PHP versions simultaneously
<?php mail(Empfängeremail, Betreff, Nachricht, "From: Absender <absenderemail>"); $empfaenger = "empf@domain.de"; $betreff = "Die Mail-Funktion"; $from = "From: Nils Reimers <absender@domain.de>"; $text = "Hier lernt Ihr, wie man mit PHP Mails verschickt"; mail($empfaenger, $betreff, $text, $from);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/f7C4Q
function name:  (null)
number of ops:  20
compiled vars:  !0 = $empfaenger, !1 = $betreff, !2 = $from, !3 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mail'
          1        FETCH_CONSTANT                                   ~4      'Empf%C3%A4ngeremail'
          2        SEND_VAL                                                 ~4
          3        FETCH_CONSTANT                                   ~5      'Betreff'
          4        SEND_VAL                                                 ~5
          5        FETCH_CONSTANT                                   ~6      'Nachricht'
          6        SEND_VAL                                                 ~6
    3     7        SEND_VAL                                                 'From%3A+Absender+%3Cabsenderemail%3E'
          8        DO_ICALL                                                 
    4     9        ASSIGN                                                   !0, 'empf%40domain.de'
    5    10        ASSIGN                                                   !1, 'Die+Mail-Funktion'
    6    11        ASSIGN                                                   !2, 'From%3A+Nils+Reimers+%3Cabsender%40domain.de%3E'
    7    12        ASSIGN                                                   !3, 'Hier+lernt+Ihr%2C+wie+man+mit+PHP+Mails%0Averschickt'
   10    13        INIT_FCALL                                               'mail'
         14        SEND_VAR                                                 !0
         15        SEND_VAR                                                 !1
         16        SEND_VAR                                                 !3
         17        SEND_VAR                                                 !2
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.92 ms | 1395 KiB | 15 Q