3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); ini_set('display_errors', 1); $wsdl = 'https://webservices.autotask.net/atservices/1.5/atws.wsdl'; $options = array( 'stream_context' => stream_context_create(array( 'ssl' => array( 'verify_peer' => false))), ); $client = new SoapClient($wsdl, $options);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HZF9Y
function name:  (null)
number of ops:  19
compiled vars:  !0 = $wsdl, !1 = $options, !2 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'ini_set'
          4        SEND_VAL                                                 'display_errors'
          5        SEND_VAL                                                 1
          6        DO_ICALL                                                 
    5     7        ASSIGN                                                   !0, 'https%3A%2F%2Fwebservices.autotask.net%2Fatservices%2F1.5%2Fatws.wsdl'
    8     8        INIT_FCALL                                               'stream_context_create'
          9        SEND_VAL                                                 <array>
         10        DO_ICALL                                         $6      
         11        INIT_ARRAY                                       ~7      $6, 'stream_context'
    7    12        ASSIGN                                                   !1, ~7
   12    13        NEW                                              $9      'SoapClient'
         14        SEND_VAR_EX                                              !0
         15        SEND_VAR_EX                                              !1
         16        DO_FCALL                                      0          
         17        ASSIGN                                                   !2, $9
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.07 ms | 1395 KiB | 19 Q