home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / 04numcols.phpt < prev    next >
Encoding:
Text File  |  2004-10-01  |  232 b   |  17 lines

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