3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.16 ms | 1397 KiB | 13 Q