3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $url = "https://ri.test.msb.se/RapportServiceWS.svc?wsdl";// "https://ri2016.test.msb.se/ri2016.svc?wsdl"; $client = new SoapClient($url, array('exceptions' => 1, 'trace' => 1)); var_dump($client->__getTypes()); var_dump($client->__getFunctions()); } catch (SoapFault $e) { echo($e->getMessage()); echo '<br><br>'; echo($e); } catch (Exception $err) { echo ($e->getMessage()); echo '<br><br>'; echo($err); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 17
Branch analysis from position: 17
2 jumps found. (Code = 107) Position 1 = 18, Position 2 = 24
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
Branch analysis from position: 24
2 jumps found. (Code = 107) Position 1 = 25, Position 2 = -2
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 24
Branch analysis from position: 24
filename:       /in/oEQar
function name:  (null)
number of ops:  31
compiled vars:  !0 = $url, !1 = $client, !2 = $e, !3 = $err
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fri.test.msb.se%2FRapportServiceWS.svc%3Fwsdl'
    6     1        NEW                                              $5      'SoapClient'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              <array>
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !1, $5
    9     6        INIT_FCALL                                               'var_dump'
          7        INIT_METHOD_CALL                                         !1, '__getTypes'
          8        DO_FCALL                                      0  $8      
          9        SEND_VAR                                                 $8
         10        DO_ICALL                                                 
   11    11        INIT_FCALL                                               'var_dump'
         12        INIT_METHOD_CALL                                         !1, '__getFunctions'
         13        DO_FCALL                                      0  $10     
         14        SEND_VAR                                                 $10
         15        DO_ICALL                                                 
         16      > JMP                                                      ->30
   13    17  E > > CATCH                                                    'SoapFault', ->24
   14    18    >   INIT_METHOD_CALL                                         !2, 'getMessage'
         19        DO_FCALL                                      0  $12     
         20        ECHO                                                     $12
   15    21        ECHO                                                     '%3Cbr%3E%3Cbr%3E'
   16    22        ECHO                                                     !2
         23      > JMP                                                      ->30
   17    24  E > > CATCH                                       last         'Exception'
   18    25    >   INIT_METHOD_CALL                                         !2, 'getMessage'
         26        DO_FCALL                                      0  $13     
         27        ECHO                                                     $13
   19    28        ECHO                                                     '%3Cbr%3E%3Cbr%3E'
   20    29        ECHO                                                     !3
   23    30    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.48 ms | 1396 KiB | 15 Q