3v4l.org

run code in 300+ PHP versions simultaneously
<?php // the message $msg = "First line of textnSecond line of text"; // use wordwrap() if lines are longer than 70 characters $msg = wordwrap($msg,70); // send email mail("muhammad.imran@elementarylogics.com","My subject",$msg);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NETGD
function name:  (null)
number of ops:  12
compiled vars:  !0 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'First+line+of+textnSecond+line+of+text'
    7     1        INIT_FCALL                                               'wordwrap'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 70
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
   10     6        INIT_FCALL                                               'mail'
          7        SEND_VAL                                                 'muhammad.imran%40elementarylogics.com'
          8        SEND_VAL                                                 'My+subject'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
190.57 ms | 1398 KiB | 17 Q