3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f() { try { return 2; } finally { throw new Exception("oops!"); 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/itJtc
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     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 = 108) Position 1 = -2
Branch analysis from position: 1
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/itJtc
function name:  f
number of ops:  12
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                                                      ->10
    6     4    >   NEW                                              $1      'Exception'
          5        SEND_VAL_EX                                              'oops%21'
          6        DO_FCALL                                      0          
          7      > THROW                                         0          $1
    7     8*       ECHO                                                     'this+will+be+called%0A'
          9*       FAST_RET                                                 
   12    10*       ECHO                                                     'you+can+not+see+me'
   13    11*     > RETURN                                                   null

End of function f

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.24 ms | 1397 KiB | 14 Q