3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient('http://bbkcapabilities.com/webservice/testAPI.svc?wsdl', array('soap_version' => SOAP_1_2,'trace'=>1)); echo "1"; $result = $client->__soapCall("PingTheService",array()); //$result = $client->PingTheService(array()); var_dump($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cW6YY
function name:  (null)
number of ops:  18
compiled vars:  !0 = $client, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'SoapClient'
          1        SEND_VAL_EX                                              'http%3A%2F%2Fbbkcapabilities.com%2Fwebservice%2FtestAPI.svc%3Fwsdl'
          2        FETCH_CONSTANT                                   ~3      'SOAP_1_2'
          3        INIT_ARRAY                                       ~4      ~3, 'soap_version'
          4        ADD_ARRAY_ELEMENT                                ~4      1, 'trace'
          5        SEND_VAL_EX                                              ~4
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !0, $2
    4     8        ECHO                                                     '1'
    5     9        INIT_METHOD_CALL                                         !0, '__soapCall'
         10        SEND_VAL_EX                                              'PingTheService'
         11        SEND_VAL_EX                                              <array>
         12        DO_FCALL                                      0  $7      
         13        ASSIGN                                                   !1, $7
    8    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.89 ms | 1394 KiB | 15 Q