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

  1. --TEST--
  2. DB_driver::numRows
  3. --SKIPIF--
  4. <?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?>
  5. --FILE--
  6. <?php
  7. require_once './mktable.inc';
  8. require_once '../numrows.inc';
  9. ?>
  10. --EXPECT--
  11. 1 from first
  12. 2 from 0
  13. 3 from 1
  14. 4 from 2
  15. 5 from 3
  16. 6 from 4
  17. 5 from > 0
  18. 4 from < 4
  19. 2 from 5 and 6 not deleted
  20. 0 from < 0
  21.