3v4l.org

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

Function x:
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 = 163) Position 1 = -2
Branch analysis from position: 1
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OFQgS
function name:  x
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E > > FAST_CALL                                                ->4
          1    > > RETURN                                                   'z'
   10     2*       FAST_CALL                                                ->4
          3*       JMP                                                      ->6
   11     4    >   ECHO                                                     'f'
          5      > FAST_RET                                                 
   13     6*     > RETURN                                                   null

End of function x

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.5 ms | 1397 KiB | 14 Q