home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / bug-pageleveldocsblocks.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  211 b   |  16 lines

  1. <?php
  2. /**
  3. * Im a page level docblock
  4. *
  5. * @package tests
  6. */
  7.  
  8.  
  9. /**
  10. * Im a dummy function currently you need at least one function in your procedural page for this to work
  11. */
  12. function dummy()
  13. {
  14. }
  15. ?>
  16.