3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface QueryInterface { function execute(); } interface SelectInterface extends QueryInterface { } abstract class Query implements QueryInterface { abstract function execute(); } 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/JNiJs
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'
   14     2        DECLARE_CLASS                                            'select', 'query'
   16     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/JNiJs
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:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JNiJs
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 Query.

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

End of function execute

End of class Select.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.3 ms | 1393 KiB | 13 Q