3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Online PHP Script Execution</title> </head> <body> <?php $mittente = 'From: "AmantiDelPene NewsLetter" <noreply@new-pene.com> \r\n'; $destinatario = "csi@eidosmedia.com"; $oggetto = "Iscrizione confermata"; $messaggio = "Gentile Marco, Ti ringraziamo per la tua iscrizione."; mail($destinatario, $oggetto, $messaggio, $mittente); ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WCaie
function name:  (null)
number of ops:  13
compiled vars:  !0 = $mittente, !1 = $destinatario, !2 = $oggetto, !3 = $messaggio
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A%3Ctitle%3EOnline+PHP+Script+Execution%3C%2Ftitle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A'
    7     1        ASSIGN                                                   !0, 'From%3A+%22AmantiDelPene+NewsLetter%22+%3Cnoreply%40new-pene.com%3E+%5Cr%5Cn'
    8     2        ASSIGN                                                   !1, 'csi%40eidosmedia.com'
    9     3        ASSIGN                                                   !2, 'Iscrizione+confermata'
   10     4        ASSIGN                                                   !3, 'Gentile+Marco%2C+Ti+ringraziamo+per+la+tua+iscrizione.'
   11     5        INIT_FCALL                                               'mail'
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        SEND_VAR                                                 !3
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
   13    11        ECHO                                                     '%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   14    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.34 ms | 1394 KiB | 15 Q