]> granicus.if.org Git - php/commitdiff
Fixed tests
authorDmitry Stogov <dmitry@zend.com>
Tue, 5 Jul 2016 08:30:55 +0000 (11:30 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 5 Jul 2016 08:30:55 +0000 (11:30 +0300)
ext/dba/tests/dba013.phpt
ext/dba/tests/dba014.phpt

index bf95642e9d854adabe122eefbb94c20a0dabaae8..8e37b2631540baeea74b7932792d4efb82da651c 100644 (file)
@@ -24,4 +24,8 @@ require(dirname(__FILE__) .'/clean.inc');
 --EXPECTF--
 database handler: %s
 
-Catchable fatal error: dba_insert(): Key does not have exactly two elements: (key, name) in %sdba013.php on line %d
+Fatal error: Uncaught Error: Key does not have exactly two elements: (key, name) in %sdba013.php:6
+Stack trace:
+#0 %sdba013.php(6): dba_insert(Array, '%s', Resource id #%d)
+#1 {main}
+  thrown in %sdba013.php on line 6
index 7e52be7c3a660a7a5e9d48c9b7d828ccd6f0dd53..f08fff25d7f1d31cecbd6be07d0f75c82ebd8517 100644 (file)
@@ -24,4 +24,8 @@ require(dirname(__FILE__) .'/clean.inc');
 --EXPECTF--
 database handler: %s
 
-Catchable fatal error: dba_insert(): Key does not have exactly two elements: (key, name) in %sdba014.php on line %d
+Fatal error: Uncaught Error: Key does not have exactly two elements: (key, name) in %sdba014.php:6
+Stack trace:
+#0 %sdba014.php(6): dba_insert(Array, '%s', Resource id #%d)
+#1 {main}
+  thrown in %sdba014.php on line 6