3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.89 ms | 1392 KiB | 13 Q