3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface SelectInterface { function execute(); } abstract class Query { 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/5T5vv
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   10     0  E >   DECLARE_CLASS                                                'select', 'query'
   12     1      > RETURN                                                       1

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

End of function execute

End of class SelectInterface.

Class Query:
Function execute:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5T5vv
function name:  execute
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     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/5T5vv
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.5.0


preferences:
180.25 ms | 2233 KiB | 8 Q