3v4l.org

run code in 300+ PHP versions simultaneously
<?php function murder() { try { try { try { try { try { return 6; } finally { return 5; } } finally { return 4; } } finally { return 3; } } finally { return 2; } } finally { return 1; } } var_dump(murder());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GGD6Q
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   27     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'murder'
          2        DO_FCALL                                      0  $0      
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                                 
          5      > RETURN                                                   1

Function murder:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 162) Position 1 = 8, Position 2 = 1
Branch analysis from position: 8
2 jumps found. (Code = 162) Position 1 = 17, Position 2 = 10
Branch analysis from position: 17
2 jumps found. (Code = 162) Position 1 = 25, Position 2 = 19
Branch analysis from position: 25
2 jumps found. (Code = 162) Position 1 = 32, Position 2 = 27
Branch analysis from position: 32
2 jumps found. (Code = 162) Position 1 = 38, Position 2 = 34
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 27
2 jumps found. (Code = 162) Position 1 = 38, Position 2 = 28
Branch analysis from position: 38
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
2 jumps found. (Code = 162) Position 1 = 32, Position 2 = 20
Branch analysis from position: 32
Branch analysis from position: 20
2 jumps found. (Code = 162) Position 1 = 38, Position 2 = 21
Branch analysis from position: 38
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 162) Position 1 = 25, Position 2 = 11
Branch analysis from position: 25
Branch analysis from position: 11
2 jumps found. (Code = 162) Position 1 = 32, Position 2 = 12
Branch analysis from position: 32
Branch analysis from position: 12
2 jumps found. (Code = 162) Position 1 = 38, Position 2 = 13
Branch analysis from position: 38
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 162) Position 1 = 17, Position 2 = 2
Branch analysis from position: 17
Branch analysis from position: 2
2 jumps found. (Code = 162) Position 1 = 25, Position 2 = 3
Branch analysis from position: 25
Branch analysis from position: 3
2 jumps found. (Code = 162) Position 1 = 32, Position 2 = 4
Branch analysis from position: 32
Branch analysis from position: 4
2 jumps found. (Code = 162) Position 1 = 38, Position 2 = 5
Branch analysis from position: 38
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GGD6Q
function name:  murder
number of ops:  42
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > FAST_CALL                                                ->8
          1    > > FAST_CALL                                                ->17
          2    > > FAST_CALL                                                ->25
          3    > > FAST_CALL                                                ->32
          4    > > FAST_CALL                                                ->38
          5    > > RETURN                                                   6
   10     6*       FAST_CALL                                                ->8
          7*       JMP                                                      ->15
   11     8    >   DISCARD_EXCEPTION                                        
          9      > FAST_CALL                                                ->17
         10    > > FAST_CALL                                                ->25
         11    > > FAST_CALL                                                ->32
         12    > > FAST_CALL                                                ->38
         13    > > RETURN                                                   5
         14*       FAST_RET                                                 
   13    15*       FAST_CALL                                                ->17
         16*       JMP                                                      ->23
   14    17    >   DISCARD_EXCEPTION                                        
         18      > FAST_CALL                                                ->25
         19    > > FAST_CALL                                                ->32
         20    > > FAST_CALL                                                ->38
         21    > > RETURN                                                   4
         22*       FAST_RET                                                 
   16    23*       FAST_CALL                                                ->25
         24*       JMP                                                      ->30
   17    25    >   DISCARD_EXCEPTION                                        
         26      > FAST_CALL                                                ->32
         27    > > FAST_CALL                                                ->38
         28    > > RETURN                                                   3
         29*       FAST_RET                                                 
   19    30*       FAST_CALL                                                ->32
         31*       JMP                                                      ->36
   20    32    >   DISCARD_EXCEPTION                                        
         33      > FAST_CALL                                                ->38
         34    > > RETURN                                                   2
         35*       FAST_RET                                                 
   22    36*       FAST_CALL                                                ->38
         37*       JMP                                                      ->41
   23    38    >   DISCARD_EXCEPTION                                        
         39      > RETURN                                                   1
         40*       FAST_RET                                                 
   25    41*     > RETURN                                                   null

End of function murder

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
124.1 ms | 1407 KiB | 16 Q