phpDocumentor PHP_Debug
[ class tree: PHP_Debug ] [ index: PHP_Debug ] [ all elements ]

Source for file debug_test_min.php

Documentation is available at debug_test_min.php

  1. <?php
  2. /**
  3. * Mini Tutorial
  4. *
  5. * @package PHP_Debug
  6. * @filesource
  7. */
  8.  
  9. /**
  10. */
  11. include_once('../sources/debug.php');
  12. //include_once('E:\\Works\\PROJET~2\\01-WWW~1.COM\\wwwroot\\FUNCTI~1\\debug.php');
  13.  
  14. $Dbg = &new Debug();
  15.  
  16. print("<h1>PHP_Debug :: Hello World !!</h1>");
  17.  
  18. $Dbg->addDebug("DEBUG INFO", DBGLINE_STD, __FILE__, __LINE__);
  19.  
  20. $Dbg->DebugDisplay();
  21.  
  22. ?>

Documentation generated on Sun, 12 Jun 2005 14:52:25 +0200 by phpDocumentor 1.3.0RC3