3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.73 ms | 1392 KiB | 13 Q