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

  1. <?php
  2. /** @package tests */
  3. /**
  4. * This is a Test
  5. */
  6. function SendEMail($sendto = "\"Your Name\"
  7. <your@email.here>")
  8. {
  9. }
  10.  
  11. /**
  12. * a second test.
  13. * Make sure that we are clearing out quote data after using it since how we
  14. * set that values has changed
  15. */
  16. function test_441433($test = "Some stuff in a quote")
  17. {
  18. }
  19. ?>
  20.