3v4l.org

run code in 300+ PHP versions simultaneously
<?php class x {}; interface y { function bbq($a); } class z implements y { function bbq(x $a){ } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5SQ2L
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   DECLARE_CLASS                                            'z'
   13     1      > RETURN                                                   1

Class x: [no user functions]
Class y:
Function bbq:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5SQ2L
function name:  bbq
number of ops:  2
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1      > RETURN                                                   null

End of function bbq

End of class y.

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

End of function bbq

End of class z.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.99 ms | 1393 KiB | 13 Q