home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / bug-loseprocedural.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  199 b   |  20 lines

  1. <?php
  2. /** @package tests */
  3. /** test2 was lost, isn't any more */
  4. function test
  5. {
  6. }
  7. /** @package tests */
  8. class testClass
  9. {
  10.     function testClass()
  11.     {
  12.     }
  13. }
  14.  
  15. function test2()
  16. {
  17. }
  18. ?>
  19.  
  20.