3v4l.org

run code in 300+ PHP versions simultaneously
<?php $transport = Swift_MailTransport::newInstance(); //Create the Mailer using your created Transport $mailer = Swift_Mailer::newInstance($transport); //Create the message $message = Swift_Message::newInstance(); $message->setTo(array($mailto));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PGeDQ
function name:  (null)
number of ops:  15
compiled vars:  !0 = $transport, !1 = $mailer, !2 = $message, !3 = $mailto
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_STATIC_METHOD_CALL                                  'Swift_MailTransport', 'newInstance'
          1        DO_FCALL                                      0  $4      
          2        ASSIGN                                                   !0, $4
    6     3        INIT_STATIC_METHOD_CALL                                  'Swift_Mailer', 'newInstance'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $6      
          6        ASSIGN                                                   !1, $6
    8     7        INIT_STATIC_METHOD_CALL                                  'Swift_Message', 'newInstance'
          8        DO_FCALL                                      0  $8      
          9        ASSIGN                                                   !2, $8
    9    10        INIT_METHOD_CALL                                         !2, 'setTo'
         11        INIT_ARRAY                                       ~10     !3
         12        SEND_VAL_EX                                              ~10
         13        DO_FCALL                                      0          
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.51 ms | 1393 KiB | 13 Q