3v4l.org

run code in 500+ PHP versions simultaneously
<?php try { throw new \Exception('abc'); } finally { throw new \Exception('def'); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/cG66R
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   NEW                                                  $1      'Exception'
          1        SEND_VAL_EX                                                  'abc'
          2        DO_FCALL                                          0          
          3      > THROW                                             0          $1
    5     4*       FAST_CALL                                                    ->6
          5*       JMP                                                          ->11
    6     6*       NEW                                                  $3      'Exception'
          7*       SEND_VAL_EX                                                  'def'
          8*       DO_FCALL                                          0          
          9*       THROW                                             0          $3
         10*       FAST_RET                                                     
    7    11*     > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
220.96 ms | 2221 KiB | 12 Q