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/fIKtK
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'
   10     1        DECLARE_CLASS                                            'query'
   13     2        DECLARE_CLASS                                            'select', 'query'
   15     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/fIKtK
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/fIKtK
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E > > RETURN                                                   null

End of function execute

End of class Select.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.89 ms | 1384 KiB | 13 Q