summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pdo_dblib/tests/bug_71667.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/pdo_dblib/tests/bug_71667.phpt b/ext/pdo_dblib/tests/bug_71667.phpt
index 1c5005fd6a..3721f01954 100644
--- a/ext/pdo_dblib/tests/bug_71667.phpt
+++ b/ext/pdo_dblib/tests/bug_71667.phpt
@@ -19,16 +19,16 @@ array(1) {
[0]=>
array(6) {
["computed"]=>
- string(1) "1"
+ int(1)
[0]=>
- string(1) "1"
+ int(1)
["named"]=>
- string(1) "2"
+ int(2)
[1]=>
- string(1) "2"
+ int(2)
["computed1"]=>
- string(1) "3"
+ int(3)
[2]=>
- string(1) "3"
+ int(3)
}
}