Demo
What is this all about? (Read the Manual)
Klick on the summary items or on the red boxes to open the variable output.
Do not forget that for this display style javascript has to be enabled.
Warning: Undefined array key "PATH_TRANSLATED" in /home/project-web/php-debug-var/htdocs/test.php on line 119
Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /home/project-web/php-debug-var/htdocs/test.php on line 119
Define submit-type for this demo.
development notices
todos and drawbacks
- When tracing variables from the global scope you can not display parts of arrays. E.g.
<?php traceVar('GET["test"]'); ?>
will result in a "notset" message. (TODO) - Debug_Var will result in Fatal error: Nesting level too deep - recursive dependency?... when you try to trace recursive objects.