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

  1. <?php
  2. /** @package tests */
  3. /**
  4. * sdesc
  5. *
  6. * <pre>
  7. *1234567890
  8. * Test
  9. * Test2
  10. * </pre>
  11. */ 
  12. function test_441287()
  13. {
  14. }
  15.  
  16.     /**
  17.     * Check to see if we are stripping whitespace before the *
  18.     * 
  19.     * <pre>
  20.     *1234567890
  21.     * Test
  22.     *     Test2
  23.     * </pre>
  24.     */
  25.     function test_4412872()
  26.     {
  27.     }
  28. ?>
  29.