3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $t = new \SoapClient('10.99.0.14:1234/lpu.wsdl', array( 'connection_timeout' => 5, 'trace' => FALSE, 'exceptions' => TRUE )); throw new \Exception('yo'); } catch (\SoapFault $e) { print_r($e); throw new \Exception('yo'); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 10
Branch analysis from position: 10
2 jumps found. (Code = 107) Position 1 = 11, Position 2 = -2
Branch analysis from position: 11
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/cKuJE
function name:  (null)
number of ops:  19
compiled vars:  !0 = $t, !1 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'SoapClient'
          1        SEND_VAL_EX                                              '10.99.0.14%3A1234%2Flpu.wsdl'
    4     2        SEND_VAL_EX                                              <array>
          3        DO_FCALL                                      0          
    3     4        ASSIGN                                                   !0, $2
    8     5        NEW                                              $5      'Exception'
          6        SEND_VAL_EX                                              'yo'
          7        DO_FCALL                                      0          
          8      > THROW                                         0          $5
          9*       JMP                                                      ->18
    9    10  E > > CATCH                                       last         'SoapFault'
   10    11    >   INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
   11    14        NEW                                              $8      'Exception'
         15        SEND_VAL_EX                                              'yo'
         16        DO_FCALL                                      0          
         17      > THROW                                         0          $8
   13    18*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.07 ms | 1395 KiB | 15 Q