diff options
Diffstat (limited to 'ext/dba/tests/dba014.phpt')
| -rw-r--r-- | ext/dba/tests/dba014.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/dba/tests/dba014.phpt b/ext/dba/tests/dba014.phpt index 7e52be7c3a..f08fff25d7 100644 --- a/ext/dba/tests/dba014.phpt +++ b/ext/dba/tests/dba014.phpt @@ -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 |
