3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface AccountInterface { } interface UserInterface extends AccountInterface {} interface EntityAccountOwnerInterface { public function setOwner(AccountInterface $account); } interface EntityOwnerInterface extends EntityAccountOwnerInterface { public function setOwner(UserInterface $account); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/js8rM
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CLASS                                            'userinterface'
   11     1        DECLARE_CLASS                                            'entityownerinterface'
   13     2      > RETURN                                                   1

Class AccountInterface: [no user functions]
Class UserInterface: [no user functions]
Class EntityAccountOwnerInterface:
Function setowner:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/js8rM
function name:  setOwner
number of ops:  2
compiled vars:  !0 = $account
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function setowner

End of class EntityAccountOwnerInterface.

Class EntityOwnerInterface:
Function setowner:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/js8rM
function name:  setOwner
number of ops:  2
compiled vars:  !0 = $account
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function setowner

End of class EntityOwnerInterface.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
126.14 ms | 1397 KiB | 13 Q