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

  1. --TEST--
  2. DB_driver::numRows
  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 '../numrows.inc';
  11. ?>
  12. --EXPECT--
  13. 1 from first
  14. 2 from 0
  15. 3 from 1
  16. 4 from 2
  17. 5 from 3
  18. 6 from 4
  19. 5 from > 0
  20. 4 from < 4
  21. 2 from 5 and 6 not deleted
  22. 0 from < 0
  23.