home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / bug-defineparse.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  217 b   |  7 lines

  1. <?php
  2. /** @package tests */
  3. /**
  4. * does not parse correctly because of function in definition
  5. */
  6. define('SMART_PATH_DELIMITER', (substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/' ); // set the correct path delimiter
  7. ?>