3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Email information $admin_email = "ahayam.tugas1@gmail.com"; $email = 'dontreply@yaaja.com'; $subject = 'Test email'; $comment = 'Isi email adalah zonk'; mail($admin_email, "$subject", $comment, "From:" . $email); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oPUee
function name:  (null)
number of ops:  13
compiled vars:  !0 = $admin_email, !1 = $email, !2 = $subject, !3 = $comment
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'ahayam.tugas1%40gmail.com'
    4     1        ASSIGN                                                   !1, 'dontreply%40yaaja.com'
    5     2        ASSIGN                                                   !2, 'Test+email'
    6     3        ASSIGN                                                   !3, 'Isi+email+adalah+zonk'
    8     4        INIT_FCALL                                               'mail'
          5        SEND_VAR                                                 !0
          6        CAST                                          6  ~8      !2
          7        SEND_VAL                                                 ~8
          8        SEND_VAR                                                 !3
          9        CONCAT                                           ~9      'From%3A', !1
         10        SEND_VAL                                                 ~9
         11        DO_ICALL                                                 
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.37 ms | 1394 KiB | 15 Q