3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface QueryPlaceholderInterface {} interface QueryInterface extends QueryPlaceholderInterface { 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/S73av
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CLASS                                            'queryinterface'
    9     1        DECLARE_CLASS                                            'selectinterface'
   11     2        DECLARE_CLASS                                            'query'
   13     3        DECLARE_CLASS                                            'select', 'query'
   15     4      > RETURN                                                   1

Class QueryPlaceholderInterface: [no user functions]
Class QueryInterface:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/S73av
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     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/S73av
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:
162.16 ms | 1384 KiB | 13 Q