From: Adam Baratz Date: Wed, 15 Jun 2016 21:42:34 +0000 (-0400) Subject: Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false X-Git-Tag: php-7.1.0beta1~143^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8db64e919c7c261a429ad33254b600601935b2ac;p=php Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false --- 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) } }