From 8db64e919c7c261a429ad33254b600601935b2ac Mon Sep 17 00:00:00 2001 From: Adam Baratz Date: Wed, 15 Jun 2016 17:42:34 -0400 Subject: [PATCH] Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false --- ext/pdo_dblib/tests/bug_71667.phpt | 12 ++++++------ 1 file 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) } } -- 2.40.0