3v4l.org

run code in 300+ PHP versions simultaneously
<?php $soapClient = new SoapClient("https://soapserver.example.com/blahblah.asmx?wsdl"); $soapclient = new SoapClient('https://t2.secure.services.defra.gov.uk/services/ahbulkupload/bulkuploadservice?WSDL');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QEeUF
function name:  (null)
number of ops:  9
compiled vars:  !0 = $soapClient, !1 = $soapclient
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'SoapClient'
          1        SEND_VAL_EX                                              'https%3A%2F%2Fsoapserver.example.com%2Fblahblah.asmx%3Fwsdl'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $2
    3     4        NEW                                              $5      'SoapClient'
          5        SEND_VAL_EX                                              'https%3A%2F%2Ft2.secure.services.defra.gov.uk%2Fservices%2Fahbulkupload%2Fbulkuploadservice%3FWSDL'
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !1, $5
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.46 ms | 1392 KiB | 13 Q