Overview

Namespaces

  • Composer
    • Autoload
  • Geekwright
    • RegDom
  • League
    • OAuth2
      • Client
        • Provider
  • None
  • Xmf
    • Database
    • Jwt
    • Key
    • Module
      • Helper

Classes

  • Assert
  • Debug
  • FilterInput
  • Highlighter
  • IPAddress
  • Language
  • Metagen
  • Random
  • Request
  • StopWords
  • Yaml
  • Overview
  • Namespace
  • Class
  • Tree

Class Debug

Debugging tools for developers

Kint
Extended by Xmf\Debug
Namespace: Xmf
Package: Xmf
Category: Xmf\Debug
Copyright: 2011-2016 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at lass/libraries/vendor/xoops/xmf/src/Xmf/Debug.php
Methods summary
public static
# dump( mixed $data = null )

Dump one or more variables

Dump one or more variables

Parameters

$data
variable(s) to dump
public static
# backtrace( )

Display debug backtrace

Display debug backtrace

public static
# startTrace( string $tracefile = '', string $collect_params = '3', string $collect_return = 'On' )

start_trace - turn on xdebug trace

start_trace - turn on xdebug trace

Requires xdebug extension

Parameters

$tracefile
file name for trace file
$collect_params

argument for ini_set('xdebug.collect_params',?) Controls display of parameters in trace output

$collect_return

argument for ini_set('xdebug.collect_return',?) Controls display of function return value in trace

public static
# stopTrace( )

stop_trace - turn off xdebug trace

stop_trace - turn off xdebug trace

Requires xdebug extension

API documentation generated by ApiGen