]> granicus.if.org Git - php/commitdiff
- Fix test expectations - we are no detecting the error earlier
authorMarcus Boerger <helly@php.net>
Thu, 3 Nov 2005 23:48:09 +0000 (23:48 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 3 Nov 2005 23:48:09 +0000 (23:48 +0000)
# Unfortunatley we also lower the severity here because sqlite's error
# facility is dealing with the problem at this early stage as E_WARNING.

ext/sqlite/tests/sqlite_oo_030.phpt

index 2155115974d78ff5ea9fab864273a6fb35632a8b..95b91f61fc1e51b0d77993acd042589bffd46b44 100755 (executable)
@@ -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===