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

File: AutoloadDebug.php

Source Location: /PHP_Shell-0.3.2/PHP/Shell/Extensions/AutoloadDebug.php

Classes:

PHP_Shell_Extensions_AutoloadDebug
PHP_Shell_Extensions_AutoloadDebug

Page Details:

Autoload debugging

PHP Version 5

The internal __autoload() function of the shell-wrapper has two hooks. The first is called before the include is done, the second afterwards.

we use it to track the order the includes are handled. That makes it easier to find implicit dependency problems.

:set autoloaddebug = on :set autoloaddebug = off

the depth functions track the recursive depth of the includes. The wrapper uses it to print the dots at the beginning of the line.


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