3v4l.org

run code in 300+ PHP versions simultaneously
<?php $opts = array( 'ssl' => array('ciphers'=>'RC4-SHA', 'verify_peer'=>false, 'verify_peer_name'=>false) ); // SOAP 1.2 client $params = array ('encoding' => 'UTF-8', 'verifypeer' => false, 'verifyhost' => false, 'soap_version' => SOAP_1_2, 'trace' => 1, 'exceptions' => 1, "connection_timeout" => 180, 'stream_context' => stream_context_create($opts) ); $soap_client = new SoapClient('https://ws.seur.com/WSEcatalogoPublicos/servlet/XFireServlet/WSServiciosWebPublicos?wsdl', $opts );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EorZW
function name:  (null)
number of ops:  20
compiled vars:  !0 = $opts, !1 = $params, !2 = $soap_client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        INIT_ARRAY                                       ~4      'UTF-8', 'encoding'
          2        ADD_ARRAY_ELEMENT                                ~4      <false>, 'verifypeer'
          3        ADD_ARRAY_ELEMENT                                ~4      <false>, 'verifyhost'
          4        FETCH_CONSTANT                                   ~5      'SOAP_1_2'
          5        ADD_ARRAY_ELEMENT                                ~4      ~5, 'soap_version'
          6        ADD_ARRAY_ELEMENT                                ~4      1, 'trace'
          7        ADD_ARRAY_ELEMENT                                ~4      1, 'exceptions'
          8        ADD_ARRAY_ELEMENT                                ~4      180, 'connection_timeout'
          9        INIT_FCALL                                               'stream_context_create'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $6      
         12        ADD_ARRAY_ELEMENT                                ~4      $6, 'stream_context'
         13        ASSIGN                                                   !1, ~4
    8    14        NEW                                              $8      'SoapClient'
         15        SEND_VAL_EX                                              'https%3A%2F%2Fws.seur.com%2FWSEcatalogoPublicos%2Fservlet%2FXFireServlet%2FWSServiciosWebPublicos%3Fwsdl'
         16        SEND_VAR_EX                                              !0
         17        DO_FCALL                                      0          
         18        ASSIGN                                                   !2, $8
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.25 ms | 1395 KiB | 15 Q