3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! abstract class CircularTableBase { protected function _get_invariant_columns() { } } abstract class CircularTableKeyedBase extends CircularTableBase { protected function _get_invariant_columns($keyid = null) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lV0Z2
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E > > RETURN                                                   1

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

End of function _get_invariant_columns

End of class CircularTableBase.

Class CircularTableKeyedBase:
Function _get_invariant_columns:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lV0Z2
function name:  _get_invariant_columns
number of ops:  2
compiled vars:  !0 = $keyid
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV_INIT                                        !0      null
   15     1      > RETURN                                                   null

End of function _get_invariant_columns

End of class CircularTableKeyedBase.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.31 ms | 1384 KiB | 13 Q