summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/bug79664.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests/bug79664.phpt')
-rw-r--r--ext/pdo_sqlite/tests/bug79664.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/tests/bug79664.phpt b/ext/pdo_sqlite/tests/bug79664.phpt
index fae39aea3e..6c7b0e7740 100644
--- a/ext/pdo_sqlite/tests/bug79664.phpt
+++ b/ext/pdo_sqlite/tests/bug79664.phpt
@@ -18,6 +18,8 @@ if ($stmt->columnCount()) {
array(6) {
["native_type"]=>
string(4) "null"
+ ["pdo_type"]=>
+ int(0)
["flags"]=>
array(0) {
}
@@ -27,6 +29,4 @@ array(6) {
int(-1)
["precision"]=>
int(0)
- ["pdo_type"]=>
- int(2)
}