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

  1. --TEST--
  2. DB_driver::row limit
  3. --SKIPIF--
  4. <?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?>
  5. --FILE--
  6. <?php
  7. require_once './connect.inc';
  8. require_once '../limit.inc';
  9. ?>
  10. --EXPECT--
  11. ======= From: 0 || Number of rows to fetch: 10 =======
  12. 1.- result 0
  13. 2.- result 1
  14. 3.- result 2
  15. 4.- result 3
  16. 5.- result 4
  17. 6.- result 5
  18. 7.- result 6
  19. 8.- result 7
  20. 9.- result 8
  21. 10.- result 9
  22. ======= From: 10 || Number of rows to fetch: 10 =======
  23. 11.- result 10
  24. 12.- result 11
  25. 13.- result 12
  26. 14.- result 13
  27. 15.- result 14
  28. 16.- result 15
  29. 17.- result 16
  30. 18.- result 17
  31. 19.- result 18
  32. 20.- result 19
  33. ======= From: 20 || Number of rows to fetch: 10 =======
  34. 21.- result 20
  35. 22.- result 21
  36. 23.- result 22
  37. 24.- result 23
  38. 25.- result 24
  39. 26.- result 25
  40. 27.- result 26
  41. 28.- result 27
  42. 29.- result 28
  43. 30.- result 29
  44. ======= From: 30 || Number of rows to fetch: 10 =======
  45. 31.- result 30
  46. 32.- result 31
  47. 33.- result 32
  48.