3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AbstractProvider { } class GenericProvider extends AbstractProvider { } interface Oauth2ClientPluginInterface { public function getProvider(): AbstractProvider; } class OAuth2ClientPluginBase implements Oauth2ClientPluginInterface { public function getProvider(): AbstractProvider { } } class Oauuth2Plugin extends OAuth2ClientPluginBase { public function getProvider(): GenericProvider { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E1l6t
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E >   DECLARE_CLASS                                            'oauth2clientpluginbase'
   22     1        DECLARE_CLASS                                            'oauuth2plugin', 'oauth2clientpluginbase'
   26     2      > RETURN                                                   1

Class AbstractProvider: [no user functions]
Class GenericProvider: [no user functions]
Class Oauth2ClientPluginInterface:
Function getprovider:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E1l6t
function name:  getProvider
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   VERIFY_RETURN_TYPE                                       
          1      > RETURN                                                   null

End of function getprovider

End of class Oauth2ClientPluginInterface.

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

End of function getprovider

End of class OAuth2ClientPluginBase.

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

End of function getprovider

End of class Oauuth2Plugin.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155 ms | 1433 KiB | 13 Q