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/dBZvf
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   DECLARE_CLASS                                            'selectinterface'
    8     1        DECLARE_CLASS                                            'query'
   10     2        DECLARE_CLASS                                            'select', 'query'
   12     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/dBZvf
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/dBZvf
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                   null

End of function execute

End of class Select.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.11 ms | 1393 KiB | 13 Q