helly Fri Mar 19 15:06:55 2004 EDT
Modified files:
/php-src/ext/sqlite/tests sqlite_oo_031.phpt
Log:
Fix test
# removing string conversion was a stupid idea
http://cvs.php.net/diff.php/php-src/ext/sqlite/tests/sqlite_oo_031.phpt?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/sqlite/tests/sqlite_oo_031.phpt
diff -u php-src/ext/sqlite/tests/sqlite_oo_031.phpt:1.3
php-src/ext/sqlite/tests/sqlite_oo_031.phpt:1.4
--- php-src/ext/sqlite/tests/sqlite_oo_031.phpt:1.3 Mon Mar 8 12:33:29 2004
+++ php-src/ext/sqlite/tests/sqlite_oo_031.phpt Fri Mar 19 15:05:39 2004
@@ -77,7 +77,7 @@
function current()
{
- return (string)$this->entry;
+ return $this->entry->__toString();
}
function key()
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php