3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c = new SoapClient( 'http://peqdevapp03.mysecuritypanel.com/integration/AccountService?wsdl', array( 'location' => 'http://peqdevapp03.mysecuritypanel.com/integration/AccountService', 'login' => 'integration', 'password' => 'Chang3m3' ) ); $i = $c->getSubscriptionBySsoid(1); echo $i;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7dQ16
function name:  (null)
number of ops:  11
compiled vars:  !0 = $c, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'SoapClient'
    4     1        SEND_VAL_EX                                              'http%3A%2F%2Fpeqdevapp03.mysecuritypanel.com%2Fintegration%2FAccountService%3Fwsdl'
    6     2        SEND_VAL_EX                                              <array>
          3        DO_FCALL                                      0          
    3     4        ASSIGN                                                   !0, $2
   11     5        INIT_METHOD_CALL                                         !0, 'getSubscriptionBySsoid'
          6        SEND_VAL_EX                                              1
          7        DO_FCALL                                      0  $5      
          8        ASSIGN                                                   !1, $5
   12     9        ECHO                                                     !1
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.62 ms | 1397 KiB | 13 Q