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

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5.  
  6. /**
  7. * Short Desc Test. This is the Extended Comment
  8. * and so is this
  9. *
  10. */
  11. define("testContantBlah","hi");
  12.  
  13. /**
  14. * Short Desc 2.0 Test. This is the Extended Comment
  15. * and so is this
  16. *
  17. */
  18. define("testContantBlah2","hi");
  19.  
  20. /**
  21. * Short Desc 2.0 Test.    This is the Extended Comment
  22. * and so is this
  23. */
  24. define("testContantBlah3","hi");
  25.  
  26. /**
  27. * Short Desc 2.0 Test This is still the short desc Comment
  28. * and this is the extended
  29. */
  30. define("testContantBlah4","hi");
  31.  
  32. /**
  33. * Short Desc 2.0 Test This is still the short desc Comment
  34. * and so is this
  35. *
  36. * Now were to the extended
  37. */
  38. define("testContantBlah5","hi");
  39.