3v4l.org

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

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

End of function whatever

End of class Core.

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

End of function whatever

End of class Contrib.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
167.03 ms | 3329 KiB | 13 Q