3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sc_options = array( 'connection_timeout' => 300, 'cache_wsdl' => WSDL_CACHE_MEMORY ); $soap_client = new SoapClient('https://ws.seur.com/WSEcatalogoPublicos/servlet/XFireServlet/WSServiciosWebPublicos?wsdl', $sc_options);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KB4Mv
function name:  (null)
number of ops:  10
compiled vars:  !0 = $sc_options, !1 = $soap_client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~2      300, 'connection_timeout'
    4     1        FETCH_CONSTANT                                   ~3      'WSDL_CACHE_MEMORY'
          2        ADD_ARRAY_ELEMENT                                ~2      ~3, 'cache_wsdl'
    2     3        ASSIGN                                                   !0, ~2
    7     4        NEW                                              $5      'SoapClient'
          5        SEND_VAL_EX                                              'https%3A%2F%2Fws.seur.com%2FWSEcatalogoPublicos%2Fservlet%2FXFireServlet%2FWSServiciosWebPublicos%3Fwsdl'
          6        SEND_VAR_EX                                              !0
          7        DO_FCALL                                      0          
          8        ASSIGN                                                   !1, $5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.11 ms | 1392 KiB | 13 Q