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

  1. <?php
  2. /** @package tests */
  3. /** include tests */
  4. require_once $FORUM['LIB'] . '/classes/db/PearDb.php';
  5. require PEAR . 'test' . 'me';
  6. include('file.ext');
  7. include 'file.ext';
  8. include(PEAR . 'test' . 'me');
  9. ?>