3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f() { try { return 2; } finally { echo "this will be called\n"; return 3; echo "this will not be called\n"; } //this will never be called echo "you can not see me"; } echo f();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oZnab
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   INIT_FCALL                                               'f'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
          3      > RETURN                                                   1

Function f:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 162) Position 1 = 4, Position 2 = 1
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oZnab
function name:  f
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > FAST_CALL                                                ->4
          1    > > RETURN                                                   2
    5     2*       FAST_CALL                                                ->4
          3*       JMP                                                      ->9
    6     4    >   ECHO                                                     'this+will+be+called%0A'
    7     5        DISCARD_EXCEPTION                                        
          6      > RETURN                                                   3
    8     7*       ECHO                                                     'this+will+not+be+called%0A'
          8*       FAST_RET                                                 
   11     9*       ECHO                                                     'you+can+not+see+me'
   12    10*     > RETURN                                                   null

End of function f

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.09 ms | 1397 KiB | 14 Q