3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Producer { public function method(): self { } } class ChildProducer extends Producer { public function method(): self { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GGdhA
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   14     0  E > > RETURN                                                       1

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

End of function method

End of class Producer.

Class ChildProducer:
Function method:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GGdhA
function name:  method
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 method

End of class ChildProducer.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
388.45 ms | 3300 KiB | 13 Q