3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class Command { protected function configure() {} } abstract class TypedCommand { protected function configure(): void {} } class MyCommand extends Command { protected function configure(): void {} } class MyTypedCommand extends TypedCommand { protected function configure(): void {} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Mv3oq
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E > > RETURN                                                   1

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

End of function configure

End of class Command.

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

End of function configure

End of class TypedCommand.

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

End of function configure

End of class MyCommand.

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

End of function configure

End of class MyTypedCommand.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.94 ms | 995 KiB | 13 Q