3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $client->refreshToken($refreshToken); } catch (Exception $e) { throw new Exception('Something went wrong with Google!', $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: 4
Branch analysis from position: 4
2 jumps found. (Code = 107) Position 1 = 5, Position 2 = -2
Branch analysis from position: 5
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/a8jBW
function name:  (null)
number of ops:  11
compiled vars:  !0 = $client, !1 = $refreshToken, !2 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_METHOD_CALL                                         !0, 'refreshToken'
          1        SEND_VAR_EX                                              !1
          2        DO_FCALL                                      0          
          3      > JMP                                                      ->10
    4     4  E > > CATCH                                       last         'Exception'
    5     5    >   NEW                                              $4      'Exception'
          6        SEND_VAL_EX                                              'Something+went+wrong+with+Google%21'
          7        SEND_VAR_EX                                              !2
          8        DO_FCALL                                      0          
          9      > THROW                                         0          $4
    6    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.33 ms | 1393 KiB | 13 Q