summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-11-03 23:48:09 +0000
committerMarcus Boerger <helly@php.net>2005-11-03 23:48:09 +0000
commitbf9a25d0bba726f033ac56c07c4bb253cb659c29 (patch)
tree48f8de7f52ce3090b3f0c93d1ad5e2a8aa6c9dcf /ext/sqlite
parent83bdbe5b53e55c5e5f8990266a00f26c3d64c29e (diff)
downloadphp-git-bf9a25d0bba726f033ac56c07c4bb253cb659c29.tar.gz
- Fix test expectations - we are no detecting the error earlier
# Unfortunatley we also lower the severity here because sqlite's error # facility is dealing with the problem at this early stage as E_WARNING.
Diffstat (limited to 'ext/sqlite')
-rwxr-xr-xext/sqlite/tests/sqlite_oo_030.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_030.phpt b/ext/sqlite/tests/sqlite_oo_030.phpt
index 2155115974..95b91f61fc 100755
--- a/ext/sqlite/tests/sqlite_oo_030.phpt
+++ b/ext/sqlite/tests/sqlite_oo_030.phpt
@@ -39,4 +39,6 @@ NULL
string(1) "1"
string(3) "PHP"
-Fatal error: Call to undefined method foo::bar("php")() in %ssqlite_oo_030.php on line %d
+Warning: SQLiteDatabase::singleQuery(): function `foo::bar("PHP")' is not a function name in %ssqlite_oo_030.php on line %d
+bool(false)
+===DONE===