3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $a = 1; exit; } finally { $a = 2; echo "haha"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/8ifRH
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                                                     'haha'
          6*       FAST_RET                                                 
   13     7*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.98 ms | 1383 KiB | 13 Q