3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
150.28 ms | 3333 KiB | 13 Q