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_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/infYo
function name:  (null)
number of ops:  7
compiled vars:  !0 = $opts, !1 = $soap_client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        NEW                                              $3      'SoapClient'
          2        SEND_VAL_EX                                              'https%3A%2F%2Fws.seur.com%2FWSEcatalogoPublicos%2Fservlet%2FXFireServlet%2FWSServiciosWebPublicos%3Fwsdl'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !1, $3
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.67 ms | 1392 KiB | 13 Q