3v4l.org

run code in 300+ PHP versions simultaneously
<?php $atservices_wsdl = "https://webservices.autotask.net/atservices/1.5/atws.wsdl"; $atservices_client = new SoapClient($atservices_wsdl); $zone_info = $atservices_client->getZoneInfo("TestUser"); print_r($zone_info); // review the returned object converted from SOAP response.
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ruq2s
function name:  (null)
number of ops:  13
compiled vars:  !0 = $atservices_wsdl, !1 = $atservices_client, !2 = $zone_info
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fwebservices.autotask.net%2Fatservices%2F1.5%2Fatws.wsdl'
    3     1        NEW                                              $4      'SoapClient'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $4
    5     5        INIT_METHOD_CALL                                         !1, 'getZoneInfo'
          6        SEND_VAL_EX                                              'TestUser'
          7        DO_FCALL                                      0  $7      
          8        ASSIGN                                                   !2, $7
    7     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.1 ms | 1394 KiB | 15 Q