3v4l.org

run code in 300+ PHP versions simultaneously
<?php // The message $message = "Line 1\r\nLine 2\r\nLine 3"; // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($message, 70, "\r\n"); // Send mail('stilcasa2015@gmail.com', 'My Subject', $message); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1dYCG
function name:  (null)
number of ops:  13
compiled vars:  !0 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Line+1%0D%0ALine+2%0D%0ALine+3'
    6     1        INIT_FCALL                                               'wordwrap'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 70
          4        SEND_VAL                                                 '%0D%0A'
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    9     7        INIT_FCALL                                               'mail'
          8        SEND_VAL                                                 'stilcasa2015%40gmail.com'
          9        SEND_VAL                                                 'My+Subject'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
   10    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.13 ms | 1394 KiB | 17 Q