helly           Thu Aug 28 19:18:39 2003 EDT

  Modified files:              
    /php-src/ext/sqlite/tests   sqlite_oo_014.phpt sqlite_oo_021.phpt 
                                sqlite_oo_022.phpt 
  Log:
  Error messages show the class now
  
Index: php-src/ext/sqlite/tests/sqlite_oo_014.phpt
diff -u php-src/ext/sqlite/tests/sqlite_oo_014.phpt:1.1 
php-src/ext/sqlite/tests/sqlite_oo_014.phpt:1.2
--- php-src/ext/sqlite/tests/sqlite_oo_014.phpt:1.1     Sun Jun 22 13:19:46 2003
+++ php-src/ext/sqlite/tests/sqlite_oo_014.phpt Thu Aug 28 19:18:38 2003
@@ -59,7 +59,7 @@
   }
 }
 
-Notice: fetch_all(): One or more rowsets were already returned in %ssqlite_oo_014.php 
on line %d
+Notice: sqlite_ub_query::fetch_all(): One or more rowsets were already returned in 
%ssqlite_oo_014.php on line %d
 array(0) {
 }
 unbuffered with fetch_array
Index: php-src/ext/sqlite/tests/sqlite_oo_021.phpt
diff -u php-src/ext/sqlite/tests/sqlite_oo_021.phpt:1.1 
php-src/ext/sqlite/tests/sqlite_oo_021.phpt:1.2
--- php-src/ext/sqlite/tests/sqlite_oo_021.phpt:1.1     Wed Jun 25 12:59:24 2003
+++ php-src/ext/sqlite/tests/sqlite_oo_021.phpt Thu Aug 28 19:18:38 2003
@@ -38,7 +38,7 @@
   string(1) "4"
 }
 
-Warning: single_query(): no such table: test in %s on line %d
+Warning: sqlite_db::single_query(): no such table: test in %s on line %d
 bool(false)
 NULL
 array(1) {
Index: php-src/ext/sqlite/tests/sqlite_oo_022.phpt
diff -u php-src/ext/sqlite/tests/sqlite_oo_022.phpt:1.1 
php-src/ext/sqlite/tests/sqlite_oo_022.phpt:1.2
--- php-src/ext/sqlite/tests/sqlite_oo_022.phpt:1.1     Wed Jul  9 12:55:07 2003
+++ php-src/ext/sqlite/tests/sqlite_oo_022.phpt Thu Aug 28 19:18:38 2003
@@ -38,7 +38,7 @@
 --EXPECTF--
 ====SEEK:-1====
 
-Warning: seek(): row -1 out of range in %ssqlite_oo_022.php on line %d
+Warning: sqlite_query::seek(): row -1 out of range in %ssqlite_oo_022.php on line %d
 array(1) {
   [0]=>
   string(3) "one"
@@ -60,7 +60,7 @@
 }
 ====SEEK:3====
 
-Warning: seek(): row 3 out of range in %ssqlite_oo_022.php on line %d
+Warning: sqlite_query::seek(): row 3 out of range in %ssqlite_oo_022.php on line %d
 array(1) {
   [0]=>
   string(5) "three"
@@ -68,7 +68,7 @@
 ====AGAIN====
 ====SEEK:-1====
 
-Warning: seek(): row -1 out of range in %ssqlite_oo_022.php on line %d
+Warning: sqlite_query::seek(): row -1 out of range in %ssqlite_oo_022.php on line %d
 array(1) {
   [0]=>
   string(5) "three"
@@ -90,7 +90,7 @@
 }
 ====SEEK:3====
 
-Warning: seek(): row 3 out of range in %ssqlite_oo_022.php on line %d
+Warning: sqlite_query::seek(): row 3 out of range in %ssqlite_oo_022.php on line %d
 array(1) {
   [0]=>
   string(5) "three"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to