3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface ServiceLocatorInterface { public function get($name); } class ServiceManager implements ServiceLocatorInterface { public function get($name, $usePeeringServiceManagers = true) {} } class AbstractPluginManager extends ServiceManager { public function get($name, $options = [], $usePeeringServiceManagers = true){} } class PluginManager extends AbstractPluginManager { public function get($name, array $options = null){} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z7q5P
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   DECLARE_CLASS                                            'servicemanager'
   12     1        DECLARE_CLASS                                            'abstractpluginmanager', 'servicemanager'
   17     2        DECLARE_CLASS                                            'pluginmanager', 'abstractpluginmanager'
   20     3      > RETURN                                                   1

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

End of function get

End of class ServiceLocatorInterface.

Class ServiceManager:
Function get:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z7q5P
function name:  get
number of ops:  3
compiled vars:  !0 = $name, !1 = $usePeeringServiceManagers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      <true>
          2      > RETURN                                                   null

End of function get

End of class ServiceManager.

Class AbstractPluginManager:
Function get:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z7q5P
function name:  get
number of ops:  4
compiled vars:  !0 = $name, !1 = $options, !2 = $usePeeringServiceManagers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      <array>
          2        RECV_INIT                                        !2      <true>
          3      > RETURN                                                   null

End of function get

End of class AbstractPluginManager.

Class PluginManager:
Function get:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z7q5P
function name:  get
number of ops:  3
compiled vars:  !0 = $name, !1 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
          2      > RETURN                                                   null

End of function get

End of class PluginManager.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.13 ms | 1430 KiB | 13 Q