3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = 'snipsnipsnip1@gmail.com'; $subject = 'what'; $message = 'ha'; $headers = 'From: AGarfunkel@garfunkel.biz' . "\r\n" . 'Reply-To: AGarfunkel@garfunkel.biz' . "\r\n"; mail($to, $subject, $message, $headers); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vpqdo
function name:  (null)
number of ops:  11
compiled vars:  !0 = $to, !1 = $subject, !2 = $message, !3 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'snipsnipsnip1%40gmail.com'
    3     1        ASSIGN                                                   !1, 'what'
    4     2        ASSIGN                                                   !2, 'ha'
    5     3        ASSIGN                                                   !3, 'From%3A+AGarfunkel%40garfunkel.biz%0D%0AReply-To%3A+AGarfunkel%40garfunkel.biz%0D%0A'
    8     4        INIT_FCALL                                               'mail'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        SEND_VAR                                                 !3
          9        DO_ICALL                                                 
   10    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.65 ms | 1394 KiB | 15 Q