Method Debug.describe_program()
- Method
describe_program
 array(array(int|string|type)) describe_program(programp)- Description
 Debug function for showing the symbol table of a program.
- Returns
 Returns an array of arrays with the following information for each symbol in
p:Array intmodifiersBitfield with the modifiers for the symbol.
stringsymbol_nameName of the symbol.
typevalue_typeValue type for the symbol.
intsymbol_typeType of symbol.
intsymbol_offsetOffset into the code or data area for the symbol.
intinherit_offsetOffset in the inherit table to the inherit containing the symbol.
intinherit_levelDepth in the inherit tree for the inherit containing the symbol.
- Note
 The API for this function is not fixed, and has changed since Pike 7.6. In particular it would make sense to return an array of objects instead, and more information about the symbols might be added.