3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "auwal"; $from = "email@yahoo.com"; $msg = "Hello world"; $message = wordwrap($msg, 70, "\r\n"); $to = "asmsycool@yahoo.com"; $subject = "Enquiry"; mail($to, $subject, $message);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e4TJD
function name:  (null)
number of ops:  17
compiled vars:  !0 = $name, !1 = $from, !2 = $msg, !3 = $message, !4 = $to, !5 = $subject
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'auwal'
    3     1        ASSIGN                                                   !1, 'email%40yahoo.com'
    4     2        ASSIGN                                                   !2, 'Hello+world'
    6     3        INIT_FCALL                                               'wordwrap'
          4        SEND_VAR                                                 !2
          5        SEND_VAL                                                 70
          6        SEND_VAL                                                 '%0D%0A'
          7        DO_ICALL                                         $9      
          8        ASSIGN                                                   !3, $9
    7     9        ASSIGN                                                   !4, 'asmsycool%40yahoo.com'
    8    10        ASSIGN                                                   !5, 'Enquiry'
   10    11        INIT_FCALL                                               'mail'
         12        SEND_VAR                                                 !4
         13        SEND_VAR                                                 !5
         14        SEND_VAR                                                 !3
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.9 ms | 1394 KiB | 17 Q