3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface QueryInterface { function execute(); } interface SelectInterface extends QueryInterface {} abstract class Query implements QueryInterface {} class Select extends Query implements SelectInterface { function execute() {} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/viggJ
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   DECLARE_CLASS                                            'selectinterface'
    9     1        DECLARE_CLASS                                            'query'
   11     2        DECLARE_CLASS                                            'select', 'query'
   13     3      > RETURN                                                   1

Class QueryInterface:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/viggJ
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   null

End of function execute

End of class QueryInterface.

Class SelectInterface: [no user functions]
Class Query: [no user functions]
Class Select:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/viggJ
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E > > RETURN                                                   null

End of function execute

End of class Select.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.64 ms | 1393 KiB | 13 Q