3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $checkSession = false; $params = [ 'ServisKullaniciAdi' => 'igdir_user', 'ServisSifre' => 'igdir_user_2018**?', //'OgrenciNo' => "O1302010022", //'Ogrencisifre' => "Medinem_0435" 'OgrenciNo' => '1033510038', 'Ogrencisifre' => 'unipa2018*' ]; $options = [ //'location' => $wsUrl, //'uri' => 'http://schemas.xmlsoap.org/soap/envelope/', //'style' => SOAP_RPC, //'use' => SOAP_ENCODED, //'soap_version' => SOAP_1_2, 'cache_wsdl' => WSDL_CACHE_NONE, 'connection_timeout' => 15, 'trace' => true, //'encoding' => 'utf-8', 'exceptions' => true ]; try { $client = new SoapClient('http://194.27.170.60/Services/OgrenciBilgiSorgula/OgrenciBilgiSorgula.asmx?wsdl', $options); $ogrenciDataResult = $client->GetOgrenciInfo($params); echo "<pre>"; var_dump($client); echo "<br>"; echo "<br><hr>"; var_dump($ogrenciDataResult->{'TCKimlikNo'}); } catch (Exception $e) { die($e->getMessage()); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 34
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 30
Branch analysis from position: 30
2 jumps found. (Code = 107) Position 1 = 31, Position 2 = -2
Branch analysis from position: 31
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/kcSRs
function name:  (null)
number of ops:  35
compiled vars:  !0 = $checkSession, !1 = $params, !2 = $options, !3 = $client, !4 = $ogrenciDataResult, !5 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    3     2        ASSIGN                                                   !0, <false>
    4     3        ASSIGN                                                   !1, <array>
   19     4        FETCH_CONSTANT                                   ~9      'WSDL_CACHE_NONE'
          5        INIT_ARRAY                                       ~10     ~9, 'cache_wsdl'
   20     6        ADD_ARRAY_ELEMENT                                ~10     15, 'connection_timeout'
   19     7        ADD_ARRAY_ELEMENT                                ~10     <true>, 'trace'
          8        ADD_ARRAY_ELEMENT                                ~10     <true>, 'exceptions'
   13     9        ASSIGN                                                   !2, ~10
   27    10        NEW                                              $12     'SoapClient'
         11        SEND_VAL_EX                                              'http%3A%2F%2F194.27.170.60%2FServices%2FOgrenciBilgiSorgula%2FOgrenciBilgiSorgula.asmx%3Fwsdl'
         12        SEND_VAR_EX                                              !2
         13        DO_FCALL                                      0          
         14        ASSIGN                                                   !3, $12
   28    15        INIT_METHOD_CALL                                         !3, 'GetOgrenciInfo'
         16        SEND_VAR_EX                                              !1
         17        DO_FCALL                                      0  $15     
         18        ASSIGN                                                   !4, $15
   29    19        ECHO                                                     '%3Cpre%3E'
   30    20        INIT_FCALL                                               'var_dump'
         21        SEND_VAR                                                 !3
         22        DO_ICALL                                                 
   31    23        ECHO                                                     '%3Cbr%3E'
   33    24        ECHO                                                     '%3Cbr%3E%3Chr%3E'
   34    25        INIT_FCALL                                               'var_dump'
         26        FETCH_OBJ_R                                      ~18     !4, 'TCKimlikNo'
         27        SEND_VAL                                                 ~18
         28        DO_ICALL                                                 
         29      > JMP                                                      ->34
   36    30  E > > CATCH                                       last         'Exception'
   37    31    >   INIT_METHOD_CALL                                         !5, 'getMessage'
         32        DO_FCALL                                      0  $20     
         33      > EXIT                                                     $20
   38    34    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
284.99 ms | 1012 KiB | 15 Q