3v4l.org

run code in 300+ PHP versions simultaneously
<?php include "smsGateway.php"; $smsGateway = new SmsGateway('demo@smsgateway.me', 'password'); $deviceID = 1; $number = '+44771232343'; $message = 'Hello World!'; //Please note options is no required and can be left out $result = $smsGateway->sendMessageToNumber($number, $message, $deviceID, $options); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/19RWJ
function name:  (null)
number of ops:  17
compiled vars:  !0 = $smsGateway, !1 = $deviceID, !2 = $number, !3 = $message, !4 = $result, !5 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'smsGateway.php', INCLUDE
    3     1        NEW                                              $7      'SmsGateway'
          2        SEND_VAL_EX                                              'demo%40smsgateway.me'
          3        SEND_VAL_EX                                              'password'
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $7
    5     6        ASSIGN                                                   !1, 1
    6     7        ASSIGN                                                   !2, '%2B44771232343'
    7     8        ASSIGN                                                   !3, 'Hello+World%21'
   11     9        INIT_METHOD_CALL                                         !0, 'sendMessageToNumber'
         10        SEND_VAR_EX                                              !2
         11        SEND_VAR_EX                                              !3
         12        SEND_VAR_EX                                              !1
         13        SEND_VAR_EX                                              !5
         14        DO_FCALL                                      0  $13     
         15        ASSIGN                                                   !4, $13
   12    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.56 ms | 1393 KiB | 13 Q