home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.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. ?>