3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://ri.test.msb.se/RapportServiceWS.svc?wsdl"; //https://ri2016.test.msb.se/ri2016.svc $options = array( 'soap_version' => 'SOAP_1_1', 'exceptions' => true, 'trace' => 1 ); $client = new SoapClient($url, $options); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NJV4D
function name:  (null)
number of ops:  8
compiled vars:  !0 = $url, !1 = $options, !2 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fri.test.msb.se%2FRapportServiceWS.svc%3Fwsdl'
    4     1        ASSIGN                                                   !1, <array>
   10     2        NEW                                              $5      'SoapClient'
          3        SEND_VAR_EX                                              !0
          4        SEND_VAR_EX                                              !1
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !2, $5
   12     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.92 ms | 1392 KiB | 13 Q