3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://ri2016.test.msb.se/ri2016.svc?wsdl'; $client = new SoapClient($url,array( 'soap_version' => SOAP_1_1, 'location' => 'https://ri.test.msb.se/RapportServiceWS.svc/basicHttpBinding', 'exceptions' => 1, 'trace' => 1)); var_dump($client->getFunctions()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cnb5
function name:  (null)
number of ops:  17
compiled vars:  !0 = $url, !1 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fri2016.test.msb.se%2Fri2016.svc%3Fwsdl'
    5     1        NEW                                              $3      'SoapClient'
          2        SEND_VAR_EX                                              !0
    6     3        FETCH_CONSTANT                                   ~4      'SOAP_1_1'
          4        INIT_ARRAY                                       ~5      ~4, 'soap_version'
    7     5        ADD_ARRAY_ELEMENT                                ~5      'https%3A%2F%2Fri.test.msb.se%2FRapportServiceWS.svc%2FbasicHttpBinding', 'location'
    8     6        ADD_ARRAY_ELEMENT                                ~5      1, 'exceptions'
    9     7        ADD_ARRAY_ELEMENT                                ~5      1, 'trace'
          8        SEND_VAL_EX                                              ~5
          9        DO_FCALL                                      0          
    5    10        ASSIGN                                                   !1, $3
   11    11        INIT_FCALL                                               'var_dump'
         12        INIT_METHOD_CALL                                         !1, 'getFunctions'
         13        DO_FCALL                                      0  $8      
         14        SEND_VAR                                                 $8
         15        DO_ICALL                                                 
   12    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.63 ms | 1394 KiB | 15 Q