summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/bug44327_3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests/bug44327_3.phpt')
-rw-r--r--ext/pdo_sqlite/tests/bug44327_3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/tests/bug44327_3.phpt b/ext/pdo_sqlite/tests/bug44327_3.phpt
index 45cdbff0c4..462fbab6dc 100644
--- a/ext/pdo_sqlite/tests/bug44327_3.phpt
+++ b/ext/pdo_sqlite/tests/bug44327_3.phpt
@@ -23,11 +23,11 @@ object(PDORow)#%d (2) {
["queryString"]=>
string(25) "select 1 as queryStringxx"
["queryStringxx"]=>
- string(1) "1"
+ int(1)
}
string(25) "select 1 as queryStringxx"
NULL
-string(1) "1"
+int(1)
---
NULL
NULL