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/vQ2RK
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                                                      ->6
    8     4*       ASSIGN                                                   !0, 2
          5*       FAST_RET                                                 
   11     6*       ECHO                                                     !0
          7*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.89 ms | 1396 KiB | 13 Q