home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / 04numcols.phpt < prev    next >
Encoding:
Text File  |  2004-03-24  |  201 b   |  15 lines

  1. --TEST--
  2. DB_driver::numCols
  3. --SKIPIF--
  4. <?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?>
  5. --FILE--
  6. <?php
  7. require_once './mktable.inc';
  8. require_once '../numcols.inc';
  9. ?>
  10. --EXPECT--
  11. 1
  12. 2
  13. 3
  14. 4
  15.