3v4l.org

run code in 500+ PHP versions simultaneously
<?php abstract class ParentClass { abstract public function doSomething(string $foo); } class ChildClass extends ParentClass { public function doSomething($foo) {} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LGNYb
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                       1

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

End of function dosomething

End of class ParentClass.

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

End of function dosomething

End of class ChildClass.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.71 ms | 3304 KiB | 12 Q