summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests/bug78192.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/tests/bug78192.phpt')
-rw-r--r--ext/pdo_sqlite/tests/bug78192.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/tests/bug78192.phpt b/ext/pdo_sqlite/tests/bug78192.phpt
index defdafb681..be20756d3b 100644
--- a/ext/pdo_sqlite/tests/bug78192.phpt
+++ b/ext/pdo_sqlite/tests/bug78192.phpt
@@ -29,7 +29,7 @@ array(1) {
[0]=>
array(2) {
["id"]=>
- string(2) "10"
+ int(10)
["name"]=>
string(4) "test"
}
@@ -38,7 +38,7 @@ array(1) {
[0]=>
array(3) {
["id"]=>
- string(2) "10"
+ int(10)
["name"]=>
string(4) "test"
["new_col"]=>