3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.64 ms | 1392 KiB | 13 Q