3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { throw new Exception('a'); } finally { try { throw new Exception('b'); } catch (Exception $e) {} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
Found catch point at position: 11
Branch analysis from position: 11
2 jumps found. (Code = 107) Position 1 = 12, Position 2 = -2
Branch analysis from position: 12
1 jumps found. (Code = 163) Position 1 = -2
filename:       /in/ftIII
function name:  (null)
number of ops:  14
compiled vars:  !0 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'Exception'
          1        SEND_VAL_EX                                              'a'
          2        DO_FCALL                                      0          
          3      > THROW                                         0          $2
    4     4*       FAST_CALL                                                ->6
          5*       JMP                                                      ->13
    6     6*       NEW                                              $4      'Exception'
          7*       SEND_VAL_EX                                              'b'
          8*       DO_FCALL                                      0          
          9*       THROW                                         0          $4
         10*       JMP                                                      ->12
    7    11  E > > CATCH                                       last         'Exception'
         12    > > FAST_RET                                                 
    8    13*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.23 ms | 1393 KiB | 13 Q