Script for dumping PHP vars and other debugging. To put it simply, this tool is a perfectly replacement for print_r() and var_dump().
Just include class.jbdump.php
You can see examples init:
php.ini
.htaccess
include
auto_prepend_file = Z:\home\adm\jbdump\class.jbdump.php
auto_prepend_file = /var/www/jdump/data/public_html/class.jbdump.php
php_value auto_prepend_file C:\OpenServer\domains\jbdump\class.jbdump.php
include './jbdump/class.jbdump.php';
jbdump($myVar);
composer require "jbzoo/jbdump:1.x-dev"