3v4l.org

run code in 300+ PHP versions simultaneously
<?php $subject = "Meeting Subject"; $subject = html_entity_decode($subject, ENT_QUOTES, 'UTF-8'); mail("sample@test.com", $subject, $message, $headers);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kNr3Q
function name:  (null)
number of ops:  14
compiled vars:  !0 = $subject, !1 = $message, !2 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'Meeting+Subject'
    5     1        INIT_FCALL                                               'html_entity_decode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 3
          4        SEND_VAL                                                 'UTF-8'
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !0, $4
    6     7        INIT_FCALL                                               'mail'
          8        SEND_VAL                                                 'sample%40test.com'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !1
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.33 ms | 1394 KiB | 17 Q