3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $a = 1; exit; } finally { $a = 2; echo $a; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/5NffN
function name:  (null)
number of ops:  8
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 1
    5     1      > EXIT                                                     
    7     2*       FAST_CALL                                                ->4
          3*       JMP                                                      ->7
    8     4*       ASSIGN                                                   !0, 2
   10     5*       ECHO                                                     !0
          6*       FAST_RET                                                 
   11     7*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.84 ms | 1392 KiB | 13 Q