3v4l.org

run code in 300+ PHP versions simultaneously
<?php $headers="From: BJ <b4bhaskarr@gmail.com>\r\n". "Reply-To: b4bhaskarr@gmail.com\r\n". "Cc: bhaskarr.jain@gmail.com\r\n". "BCC: bjain@tecziq.com\r\n". "MIME-Version: 1.0\r\n". "Content-type: text/html; charset=UTF-8"; $aa = @mail('b4bhaskarr@gmail.com','test','test msg',$headers); var_dump($aa);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0US18
function name:  (null)
number of ops:  14
compiled vars:  !0 = $headers, !1 = $aa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'From%3A+BJ+%3Cb4bhaskarr%40gmail.com%3E%0D%0AReply-To%3A+b4bhaskarr%40gmail.com%0D%0ACc%3A+bhaskarr.jain%40gmail.com%0D%0ABCC%3A+bjain%40tecziq.com%0D%0AMIME-Version%3A+1.0%0D%0AContent-type%3A+text%2Fhtml%3B+charset%3DUTF-8'
   10     1        BEGIN_SILENCE                                    ~3      
          2        INIT_FCALL                                               'mail'
          3        SEND_VAL                                                 'b4bhaskarr%40gmail.com'
          4        SEND_VAL                                                 'test'
          5        SEND_VAL                                                 'test+msg'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        END_SILENCE                                              ~3
          9        ASSIGN                                                   !1, $4
   11    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.87 ms | 1394 KiB | 17 Q