3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $checkSession = false; //require_once('../../includes/framework/includes/library.php'); //require_once('../includes/framework/includes/page.class.php'); //require_once('../includes/userInputMaskValid.class.php'); //die("pilas"); //ini_set("soap.wsdl_cache_enabled", "0"); //$Client = new SoapClient("https://74.208.166.91/facturaElectronica/wsdl/cargaDocumentoDiferidoJSS_EC.wsdl",array('cache_wsdl' => WSDL_CACHE_NONE,'trace' => TRUE,'encoding'=>'UTF-8','stream_context' => stream_context_create(array('http' => array('protocol_version' => 1.0))))); $Client = new SoapClient("https://74.208.166.91/facturaElectronica/wsdl/cargaDocumentoJSS_EC.wsdl",array('cache_wsdl' => WSDL_CACHE_NONE,'trace' => TRUE,'encoding'=>'UTF-8','stream_context' => stream_context_create(array('https' => array('protocol_version' => 1.0)))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hfod3
function name:  (null)
number of ops:  17
compiled vars:  !0 = $checkSession, !1 = $Client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    3     2        ASSIGN                                                   !0, <false>
   11     3        NEW                                              $4      'SoapClient'
          4        SEND_VAL_EX                                              'https%3A%2F%2F74.208.166.91%2FfacturaElectronica%2Fwsdl%2FcargaDocumentoJSS_EC.wsdl'
          5        FETCH_CONSTANT                                   ~5      'WSDL_CACHE_NONE'
          6        INIT_ARRAY                                       ~6      ~5, 'cache_wsdl'
          7        ADD_ARRAY_ELEMENT                                ~6      <true>, 'trace'
          8        ADD_ARRAY_ELEMENT                                ~6      'UTF-8', 'encoding'
          9        INIT_FCALL                                               'stream_context_create'
         10        SEND_VAL                                                 <array>
         11        DO_ICALL                                         $7      
         12        ADD_ARRAY_ELEMENT                                ~6      $7, 'stream_context'
         13        SEND_VAL_EX                                              ~6
         14        DO_FCALL                                      0          
         15        ASSIGN                                                   !1, $4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.44 ms | 1394 KiB | 17 Q