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

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /** 
  6. this invalid docblock 
  7. fails at cellog@users.sourceforge.net 
  8. on the @sign 
  9. **/
  10. define('one','two');
  11. ?>