From: Xinchen Hui Date: Fri, 25 Apr 2014 03:02:19 +0000 (+0800) Subject: Fixed tests (object id) X-Git-Tag: POST_PHPNG_MERGE~412^2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=911d58de37152ac58934deafdf26049e9f0c0c72;p=php Fixed tests (object id) --- diff --git a/ext/pdo/tests/pdo_014.phpt b/ext/pdo/tests/pdo_014.phpt index 794fdae7db..7b93fb83a8 100644 --- a/ext/pdo/tests/pdo_014.phpt +++ b/ext/pdo/tests/pdo_014.phpt @@ -71,14 +71,14 @@ foreach($stmt as $data) ?> --EXPECTF-- Test::__construct(WOW) -object(Test)#4 (2) { +object(Test)#%d (2) { ["val"]=> string(1) "A" ["grp"]=> string(6) "Group1" } Test::__construct(WOW) -object(Test)#6 (2) { +object(Test)#%d (2) { ["val"]=> string(1) "B" ["grp"]=>