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

  1. <?php
  2. /** @package tests */
  3. /** 
  4. * blah blah short description 
  5. * blah blah long description 
  6. * @see CONSTANT2 
  7. */ 
  8. define(CONSTANT1, 1); 
  9.  
  10. /** 
  11. * blah blah short description 
  12. * blah blah long description 
  13. * @see CONSTANT1 
  14. */ 
  15. define(CONSTANT2, 2); 
  16. ?>