3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.76 ms | 1394 KiB | 15 Q