[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

a

a
in file PHP_Debug_HTML_Div_test.php, function a()
add
in file Debug.php, method PHP_Debug::add()
    This is an alias for the addDebug function
addDebug
in file Debug.php, method PHP_Debug::addDebug()
    Add a debug information
addDebugFirst
in file Debug.php, method PHP_Debug::addDebugFirst()
    Add a debug info before all the existing other debug lines It is an alias for addDebug($info, self::POSITIONLAST)
addProcessPerf
in file Debug.php, method PHP_Debug::addProcessPerf()
    This is an alias for adding the monitoring of processtime
addSetting
in file Debug.php, method PHP_Debug::addSetting()
    Add an application setting
addSettings
in file Debug.php, method PHP_Debug::addSettings()
    Add a group of settings
addSuperArray
in file Table.php, method PHP_Debug_Renderer_HTML_Table::addSuperArray()
    Add the environment display depending on the current configuration
addW3CErrorInfos
in file Div.php, method PHP_Debug_Renderer_HTML_Div::addW3CErrorInfos()
    Add the debug informations of the W3C validation process
ADD_PEAR_ROOT
in file PHP_Debug_HTML_Div_test.php, constant ADD_PEAR_ROOT
top

b

b
in file PHP_Debug_HTML_Div_test.php, function b()
top

c

$class
in file DebugLine.php, variable PHP_DebugLine::$class
    Class from witch the debug was called
checkSearch
in file Table.php, method PHP_Debug_Renderer_HTML_Table::checkSearch()
    This function check if the user has chosen a search criteria and make the search on the formatted debug info
checkType
in file Table.php, method PHP_Debug_Renderer_HTML_Table::checkType()
    This function check if the user has chosen a filter in the debug type combobox and it returns of the debug line is allowed to be output or no
CR
in file Debug.php, constant CR
    External constants
Common.php
procedural page Common.php
top

d

$databaseTypes
in file Div.php, variable PHP_Debug_Renderer_HTML_Div::$databaseTypes
$debugLineBuffer
in file Debug.php, variable PHP_Debug::$debugLineBuffer
    This is the array where the debug lines are collected.
$debugLineLabels
in file DebugLine.php, variable PHP_DebugLine::$debugLineLabels
    Labels for debugline types
$DebugObject
in file Common.php, variable PHP_Debug_Renderer_Common::$DebugObject
$defaultOptions
in file Debug.php, variable PHP_Debug::$defaultOptions
    Default configuration options
$defaultOptions
in file Common.php, variable PHP_Debug_Renderer_Common::$defaultOptions
    Default configuration options.
display
in file Table.php, method PHP_Debug_Renderer_HTML_Table::display()
    This is the function to display the debug information
display
in file Div.php, method PHP_Debug_Renderer_HTML_Div::display()
    This is the function to display the debug informations
display
in file Debug.php, method PHP_Debug::display()
    Alias for the render function
displayDebugLine
in file Table.php, method PHP_Debug_Renderer_HTML_Table::displayDebugLine()
    This is the function that displays a debug line, each step correspond
displayFooter
in file Div.php, method PHP_Debug_Renderer_HTML_Div::displayFooter()
    Diplays the footer of the PHP_Debug object
displayFooter
in file Table.php, method PHP_Debug_Renderer_HTML_Table::displayFooter()
    Diplays the footer of the PHP_Debug object
displayHeader
in file Div.php, method PHP_Debug_Renderer_HTML_Div::displayHeader()
    Displays the header of the PHP_Debug object
displayHeader
in file Table.php, method PHP_Debug_Renderer_HTML_Table::displayHeader()
    Displays the header of the PHP_Debug object
dump
in file Debug.php, method PHP_Debug::dump()
    This a method to dump the content of any variable and add the result in the debug information
dumpVar
in file Debug.php, method PHP_Debug::dumpVar()
    Display the content of any kind of variable
DUMP_DISP
in file Debug.php, class constant PHP_Debug::DUMP_DISP
    These are constant for dump() and DumpObj() functions.
DUMP_STR
in file Debug.php, class constant PHP_Debug::DUMP_STR
DUMP_VARNAME
in file Debug.php, class constant PHP_Debug::DUMP_VARNAME
Div.php
procedural page Div.php
DivConfig.php
procedural page DivConfig.php
Debug.php
procedural page Debug.php
DebugLine.php
procedural page DebugLine.php
top

e

$endTime
in file DebugLine.php, variable PHP_DebugLine::$endTime
    Exection end time for debug info
$endTime
in file Debug.php, variable PHP_Debug::$endTime
    Exection end time
$excludedBackTraceFunctions
in file Debug.php, variable PHP_Debug::$excludedBackTraceFunctions
    Functions from this class that must be excluded in order to have the correct backtrace information
error
in file Debug.php, method PHP_Debug::error()
    This is an alias for the addDebug function when wanting to add an application error
errorHandlerCallback
in file Debug.php, method PHP_Debug::errorHandlerCallback()
    Callback function for php error handling
ERROR_LEVEL
in file DebugLine.php, class constant PHP_DebugLine::ERROR_LEVEL
top

f

$file
in file DebugLine.php, variable PHP_DebugLine::$file
    File of debug info
$function
in file DebugLine.php, variable PHP_DebugLine::$function
    Function from wich the debug was called
factory
in file Renderer.php, method PHP_Debug_Renderer::factory()
    Attempt to return a concrete Debug_Renderer instance.
top

g

$globalEnvConstantsCorresp
in file Debug.php, variable PHP_Debug::$globalEnvConstantsCorresp
    Correspondance between super array constant and variable name Used by renderers
getConfig
in file DivConfig.php, method PHP_Debug_Renderer_HTML_DivConfig::getConfig()
    returns the configuration
getConfig
in file TableConfig.php, method PHP_Debug_Renderer_HTML_TableConfig::getConfig()
    returns the configuration
getDebugBuffer
in file Debug.php, method PHP_Debug::getDebugBuffer()
    Getter of debugString property
getDebugLabel
in file DebugLine.php, method PHP_DebugLine::getDebugLabel()
    Function that give the debug type lable
getDebugLevelClass
in file Div.php, method PHP_Debug_Renderer_HTML_Div::getDebugLevelClass()
    Get the image info for the current debug type
getElapsedTime
in file Debug.php, method PHP_Debug::getElapsedTime()
    Get elapsed time between 2 timestamp
getHost
in file Debug.php, method PHP_Debug::getHost()
    Returns current host name.
getImageInfo
in file Div.php, method PHP_Debug_Renderer_HTML_Div::getImageInfo()
    Get the image info for the current debug type
getLogInfoLevel
in file Div.php, method PHP_Debug_Renderer_HTML_Div::getLogInfoLevel()
    Get the log level of the debug info
getMicroTime
in file Debug.php, method PHP_Debug::getMicroTime()
    Return microtime from a timestamp
getMicroTimeNow
in file Debug.php, method PHP_Debug::getMicroTimeNow()
    Alias for getMicroTime(microtime()
getOption
in file Debug.php, method PHP_Debug::getOption()
    Get one option
getOutput
in file Debug.php, method PHP_Debug::getOutput()
    Return the output without displaying it
getPhpErrorLevel
in file Div.php, method PHP_Debug_Renderer_HTML_Div::getPhpErrorLevel()
    Return the global error level corresponding to the related php error level
getProcessTime
in file Debug.php, method PHP_Debug::getProcessTime()
    Get global process time
getProperties
in file DebugLine.php, method PHP_DebugLine::getProperties()
    Getter of all properties of Debug_Line object
getQueryCount
in file Debug.php, method PHP_Debug::getQueryCount()
    Getter of queryCount property
getQueryString
in file Debug.php, method PHP_Debug::getQueryString()
    Return the query string
getQueryTime
in file Debug.php, method PHP_Debug::getQueryTime()
    Get database related process time
getRequiredFiles
in file Debug.php, method PHP_Debug::getRequiredFiles()
    Getter of requiredFiles property
getScriptName
in file Debug.php, method PHP_Debug::getScriptName()
    Returns current script name.
getUriPrefix
in file Debug.php, method PHP_Debug::getUriPrefix()
    Returns Uri prefix, including protocol, hostname and server port.
getUrl
in file Debug.php, method PHP_Debug::getUrl()
    Return the full url
globalsAsArray
in file Div.php, method PHP_Debug_Renderer_HTML_Div::globalsAsArray()
    Returns PHP globals variables as a sorted array.
GLOBAL_COOKIE
in file Debug.php, class constant PHP_Debug::GLOBAL_COOKIE
GLOBAL_FILES
in file Debug.php, class constant PHP_Debug::GLOBAL_FILES
GLOBAL_GET
in file Debug.php, class constant PHP_Debug::GLOBAL_GET
    These are constants to define Super array environment variables
GLOBAL_GLOBALS
in file Debug.php, class constant PHP_Debug::GLOBAL_GLOBALS
GLOBAL_POST
in file Debug.php, class constant PHP_Debug::GLOBAL_POST
GLOBAL_REQUEST
in file Debug.php, class constant PHP_Debug::GLOBAL_REQUEST
GLOBAL_SESSION
in file Debug.php, class constant PHP_Debug::GLOBAL_SESSION
top

h

highlight
in file Table.php, method PHP_Debug_Renderer_HTML_Table::highlight()
    This function highligth the searched keyword
top

i

$info
in file DebugLine.php, variable PHP_DebugLine::$info
    Properties that stores the non formatted debug information
$instance
in file TableConfig.php, variable PHP_Debug_Renderer_HTML_TableConfig::$instance
    Static Instance of class
$instance
in file DivConfig.php, variable PHP_Debug_Renderer_HTML_DivConfig::$instance
    Static Instance of class
INFO_LEVEL
in file DebugLine.php, class constant PHP_DebugLine::INFO_LEVEL
    PHP_DEBUGLINE info levels
isAllowed
in file Debug.php, method PHP_Debug::isAllowed()
    Test if the client is allowed to access the debug information
isIpAllowed
in file PHP_Debug_ShowSource.php, function isIpAllowed()
isPathAllowed
in file PHP_Debug_ShowSource.php, function isPathAllowed()
    Security test
isSecure
in file Debug.php, method PHP_Debug::isSecure()
    Test if url is secured
top

l

$line
in file DebugLine.php, variable PHP_DebugLine::$line
    Line of debug info
top

m

$msgTypes
in file Div.php, variable PHP_Debug_Renderer_HTML_Div::$msgTypes
top

o

$options
in file TableConfig.php, variable PHP_Debug_Renderer_HTML_TableConfig::$options
    Config container for Debug_Renderer_HTML_Table
$options
in file DivConfig.php, variable PHP_Debug_Renderer_HTML_DivConfig::$options
    Config container for Debug_Renderer_HTML_Div
$options
in file Debug.php, variable PHP_Debug::$options
    Default configuration options
$options
in file Common.php, variable PHP_Debug_Renderer_Common::$options
    Run-time configuration options.
top

p

parseDir
in file PHP_Debug_Sources.php, function parseDir()
PEAR_RELEASE
in file Debug.php, class constant PHP_Debug::PEAR_RELEASE
phpInfoAsArray
in file Div.php, method PHP_Debug_Renderer_HTML_Div::phpInfoAsArray()
    Returns PHP information as an array.
PHP_Debug
in file Debug.php, class PHP_Debug
PHP_Debug_HTML_Div_test.php
procedural page PHP_Debug_HTML_Div_test.php
PHP_Debug_HTML_Table_test.php
procedural page PHP_Debug_HTML_Table_test.php
PHP_Debug_ShowSource.php
procedural page PHP_Debug_ShowSource.php
PHP_Debug_Sources.php
procedural page PHP_Debug_Sources.php
PHP_Debug_test.php
procedural page PHP_Debug_test.php
PHP_DebugLine
in file DebugLine.php, class PHP_DebugLine
    A loader class for the renderers.
PHP_Debug_Renderer
in file Renderer.php, class PHP_Debug_Renderer
    A loader class for the renderers.
PHP_Debug_Renderer_Common
in file Common.php, class PHP_Debug_Renderer_Common
    A base class for Debug renderers, must be inherited by all such.
PHP_Debug_Renderer_HTML_Div
in file Div.php, class PHP_Debug_Renderer_HTML_Div
    A floating div renderer for PHP_Debug
PHP_Debug_Renderer_HTML_DivConfig
in file DivConfig.php, class PHP_Debug_Renderer_HTML_DivConfig
    Configuration file for HTML_Div renderer
PHP_Debug_Renderer_HTML_Table
in file Table.php, class PHP_Debug_Renderer_HTML_Table
    A concrete renderer for Debug
PHP_Debug_Renderer_HTML_TableConfig
in file TableConfig.php, class PHP_Debug_Renderer_HTML_TableConfig
    Configuration file for HTML_Table renderer
POSITIONFIRST
in file Debug.php, class constant PHP_Debug::POSITIONFIRST
POSITIONLAST
in file Debug.php, class constant PHP_Debug::POSITIONLAST
    These are constant for addDebug functions, they set the behaviour where
processClass
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processClass()
    process display of Class
processClass
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processClass()
    process display of Class
processDebugInfo
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processDebugInfo()
    process display of the main information of debug
processDebugInfo
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processDebugInfo()
    process display of the main information of debug
processExecTime
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processExecTime()
    process display of the execution time of debug information
processExecTime
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processExecTime()
    process display of the execution time of debug information
processFile
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processFile()
    process display of file name
processFile
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processFile()
    process display of file name
processFunction
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processFunction()
    process display of function
processFunction
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processFunction()
    process display of function
processLine
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processLine()
    process display of line number
processLine
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processLine()
    process display of line number
processType
in file Div.php, method PHP_Debug_Renderer_HTML_Div::processType()
    process display of the type of the debug information
processType
in file Table.php, method PHP_Debug_Renderer_HTML_Table::processType()
    process display of the type of the debug information
top

q

$queryCount
in file Debug.php, variable PHP_Debug::$queryCount
    Number of queries executed during script
query
in file Debug.php, method PHP_Debug::query()
    This is an alias for the addDebug function when wanting to add a query debug information
queryRel
in file Debug.php, method PHP_Debug::queryRel()
    This is an alias for the addDebug function when wanting to add a database related debug info
top

r

$requiredFiles
in file Debug.php, variable PHP_Debug::$requiredFiles
    This is the array containing all the required/included files of the script
Renderer.php
procedural page Renderer.php
regPath
in file PHP_Debug_ShowSource.php, function regPath()
RELEASE
in file Debug.php, class constant PHP_Debug::RELEASE
render
in file Div.php, method PHP_Debug_Renderer_HTML_Div::render()
    Default render function for HTML_Div renderer
render
in file Debug.php, method PHP_Debug::render()
    PHP_Debug default output function, first we finish the processes and then a render object is created and its render method is invoked
render
in file Table.php, method PHP_Debug_Renderer_HTML_Table::render()
    Default render function for HTML_Table renderer
restrictAccess
in file Debug.php, method PHP_Debug::restrictAccess()
    Restrict access to a list of IP
top

s

$settingsType
in file Div.php, variable PHP_Debug_Renderer_HTML_Div::$settingsType
$startTime
in file DebugLine.php, variable PHP_DebugLine::$startTime
    Exection time for debug info
$startTime
in file Debug.php, variable PHP_Debug::$startTime
    Execution start time
$staticOptions
in file Debug.php, variable PHP_Debug::$staticOptions
    Default static options for static functions
setAction
in file Debug.php, method PHP_Debug::setAction()
    Set the main action of PHP script
setEndTime
in file DebugLine.php, method PHP_DebugLine::setEndTime()
    setter of endTime
setErrorHandler
in file Debug.php, method PHP_Debug::setErrorHandler()
    Set the callback function to process replace the php error handler, enabled depending of the options flag 'replace_errorhandler'
setOptions
in file Common.php, method PHP_Debug_Renderer_Common::setOptions()
    Set run-time configuration options for the renderer
setStartTime
in file DebugLine.php, method PHP_DebugLine::setStartTime()
    setter of startTime
settingsAsArray
in file Div.php, method PHP_Debug_Renderer_HTML_Div::settingsAsArray()
    Return all settings of application
setTraceback
in file DebugLine.php, method PHP_DebugLine::setTraceback()
    Fills properties of debug line with backtrace informations
setWatchCallback
in file Debug.php, method PHP_Debug::setWatchCallback()
    Set the callback fucntion to process the watches, enabled depending of the options flag 'enable_watch'
showArray
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showArray()
    Displays an array.
showDatabaseInfos
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showDatabaseInfos()
    Shows vars & config
showDump
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showDump()
    Dump of a variable
showDump
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showDump()
    Dump a variable
showError
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showError()
    Process an error info
showError
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showError()
    Process an error info
showLogsAndMsg
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showLogsAndMsg()
    Shows vars & config
showProcessTime
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showProcessTime()
    Add the process time information to the debug information
showProcessTime
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showProcessTime()
    Add the process time information to the debug information
showSearch
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showSearch()
    Process the search combo box
showSource
in file PHP_Debug_Sources.php, function showSource()
showSuperArray
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showSuperArray()
    Show a super array
showSuperArray
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showSuperArray()
    Show a super array
showTemplates
in file Table.php, method PHP_Debug_Renderer_HTML_Table::showTemplates()
    Process the templates
showTemplates
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showTemplates()
    Get the templates info
showVarsAndConfig
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showVarsAndConfig()
    Shows vars & config
showW3cValidation
in file Div.php, method PHP_Debug_Renderer_HTML_Div::showW3cValidation()
    Show W3C validator tab
singleton
in file TableConfig.php, method PHP_Debug_Renderer_HTML_TableConfig::singleton()
    returns the static instance of the class
singleton
in file DivConfig.php, method PHP_Debug_Renderer_HTML_DivConfig::singleton()
    returns the static instance of the class
span
in file Div.php, method PHP_Debug_Renderer_HTML_Div::span()
    Return a string with applying a span style on it
span
in file Table.php, method PHP_Debug_Renderer_HTML_Table::span()
    Return a string with applying a span style on it
stopTimer
in file Debug.php, method PHP_Debug::stopTimer()
    Set the endtime for a DebugLine in order to monitor the performance of a part of script
top

t

$type
in file DebugLine.php, variable PHP_DebugLine::$type
    Type of the debug information
Table.php
procedural page Table.php
TableConfig.php
procedural page TableConfig.php
truncate
in file Div.php, method PHP_Debug_Renderer_HTML_Div::truncate()
    Truncate/replace a pattern from the file path
TYPE_ANY
in file DebugLine.php, class constant PHP_DebugLine::TYPE_ANY
    PHP_DEBUGLINE Types
TYPE_APPERROR
in file DebugLine.php, class constant PHP_DebugLine::TYPE_APPERROR
TYPE_CREDITS
in file DebugLine.php, class constant PHP_DebugLine::TYPE_CREDITS
TYPE_DEFAULT
in file DebugLine.php, class constant PHP_DebugLine::TYPE_DEFAULT
TYPE_DUMP
in file DebugLine.php, class constant PHP_DebugLine::TYPE_DUMP
TYPE_ENV
in file DebugLine.php, class constant PHP_DebugLine::TYPE_ENV
TYPE_PAGEACTION
in file DebugLine.php, class constant PHP_DebugLine::TYPE_PAGEACTION
TYPE_PHPERROR
in file DebugLine.php, class constant PHP_DebugLine::TYPE_PHPERROR
TYPE_PROCESSPERF
in file DebugLine.php, class constant PHP_DebugLine::TYPE_PROCESSPERF
TYPE_QUERY
in file DebugLine.php, class constant PHP_DebugLine::TYPE_QUERY
TYPE_QUERYREL
in file DebugLine.php, class constant PHP_DebugLine::TYPE_QUERYREL
TYPE_SEARCH
in file DebugLine.php, class constant PHP_DebugLine::TYPE_SEARCH
TYPE_SQLPARSE
in file DebugLine.php, class constant PHP_DebugLine::TYPE_SQLPARSE
TYPE_STD
in file DebugLine.php, class constant PHP_DebugLine::TYPE_STD
TYPE_TEMPLATES
in file DebugLine.php, class constant PHP_DebugLine::TYPE_TEMPLATES
TYPE_WATCH
in file DebugLine.php, class constant PHP_DebugLine::TYPE_WATCH
top

v

VERSION
in file Debug.php, class constant PHP_Debug::VERSION
VERSION_DEFAULT
in file Debug.php, class constant PHP_Debug::VERSION_DEFAULT
VERSION_PEAR
in file Debug.php, class constant PHP_Debug::VERSION_PEAR
VERSION_STANDALONE
in file Debug.php, class constant PHP_Debug::VERSION_STANDALONE
    Possible version of class Debug
top

w

$watches
in file Debug.php, variable PHP_Debug::$watches
    This is the array containing all the watched variables
WARNING_LEVEL
in file DebugLine.php, class constant PHP_DebugLine::WARNING_LEVEL
watch
in file Debug.php, method PHP_Debug::watch()
    Add a variable to the watchlist. Watched variables must be in a declare
watchesCallback
in file Debug.php, method PHP_Debug::watchesCallback()
    Watch callback function, process watches and add changes to the debug information
top

_

__construct
in file Div.php, method PHP_Debug_Renderer_HTML_Div::__construct()
    Debug_Renderer_HTML_Div class constructor
__construct
in file DivConfig.php, method PHP_Debug_Renderer_HTML_DivConfig::__construct()
    Debug_Renderer_HTML_DIV_Config class constructor
__construct
in file DebugLine.php, method PHP_DebugLine::__construct()
    PHP_DebugLine class constructor
__construct
in file TableConfig.php, method PHP_Debug_Renderer_HTML_TableConfig::__construct()
    Debug_Renderer_HTML_Table_Config class constructor
__construct
in file Table.php, method PHP_Debug_Renderer_HTML_Table::__construct()
    Debug_Renderer_HTML_Table class constructor
__construct
in file Debug.php, method PHP_Debug::__construct()
    PHP_Debug class constructor
__destruct
in file Common.php, method PHP_Debug_Renderer_Common::__destruct()
    PHP_DebugOutput class destructor
__toString
in file TableConfig.php, method PHP_Debug_Renderer_HTML_TableConfig::__toString()
    HTML_Table_Config
__toString
in file DebugLine.php, method PHP_DebugLine::__toString()
    Debug_Line default output function
__toString
in file Common.php, method PHP_Debug_Renderer_Common::__toString()
    Default output function
__toString
in file Debug.php, method PHP_Debug::__toString()
    Debug default output function, simply uses the static dump fonction of this class
__toString
in file DivConfig.php, method PHP_Debug_Renderer_HTML_DivConfig::__toString()
    HTML_DIV_Config
top

Documentation generated on Mon, 11 Mar 2019 15:28:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.