3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.5 ms | 1393 KiB | 13 Q