3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $client = new Smile_Soap_Client(); echo '---===[OK]===---'."\n"; } catch (Exception $e) { echo '---===[ERROR]===---'."\n"; print_r($e); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 5
Branch analysis from position: 5
2 jumps found. (Code = 107) Position 1 = 6, Position 2 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tGpQU
function name:  (null)
number of ops:  11
compiled vars:  !0 = $client, !1 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'Smile_Soap_Client'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
    4     3        ECHO                                                     '---%3D%3D%3D%5BOK%5D%3D%3D%3D---%0A'
          4      > JMP                                                      ->10
    5     5  E > > CATCH                                       last         'Exception'
    6     6    >   ECHO                                                     '---%3D%3D%3D%5BERROR%5D%3D%3D%3D---%0A'
    7     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
    8    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.87 ms | 1394 KiB | 15 Q