[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/3rdParty/PhpShell/PHP/Shell/Extensions/ -> AutoloadDebug.php (sommaire)

(pas de description)

Poids: 84 lignes (2 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

PHP_Shell_Extensions_AutoloadDebug:: (5 méthodes):
  register()
  optSetAutoloadDebug()
  isAutoloadDebug()
  incAutoloadDepth()
  decAutoloadDepth()


Classe: PHP_Shell_Extensions_AutoloadDebug  - X-Ref

Autoload debugging

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.
register()   X-Ref
recursive depth of the includes


optSetAutoloadDebug($key, $value)   X-Ref
handle the autoloaddebug flag

param: string  

isAutoloadDebug()   X-Ref
is the autoload-debug flag set ?

return: bool true if debug is enabled

incAutoloadDepth()   X-Ref
increment the depth counter


decAutoloadDepth()   X-Ref
decrement the depth counter




Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7