3v4l.org

run code in 500+ 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 = 61) Position 1 = -2
filename:       /in/6Tger
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                         'quit'
    5     1      > INIT_FCALL                                                   'exit'
          2*       SEND_VAL                                                     0
          3*       DO_ICALL                                                     
    6     4*       FAST_CALL                                                    ->6
          5*       JMP                                                          ->8
    7     6*       ECHO                                                         'inner+finally+'
          7*       FAST_RET                                                     
    9     8*       FAST_CALL                                                    ->10
          9*       JMP                                                          ->12
   10    10*       ECHO                                                         'outer+finally'
         11*       FAST_RET                                                     
   11    12*     > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
230.55 ms | 3296 KiB | 15 Q