From: Felipe Pena Date: Tue, 14 Oct 2008 17:37:13 +0000 (+0000) Subject: - Fixed test X-Git-Tag: BEFORE_HEAD_NS_CHANGE~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31314f5256c584104e4c95fa1899806f54bbcb5c;p=php - Fixed test --- diff --git a/ext/pdo_mysql/tests/bug46292.phpt b/ext/pdo_mysql/tests/bug46292.phpt index 11e2d6fb6a..e959baefc4 100644 --- a/ext/pdo_mysql/tests/bug46292.phpt +++ b/ext/pdo_mysql/tests/bug46292.phpt @@ -48,24 +48,24 @@ Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_ --EXPECTF-- bool(true) myclass::__construct() -object(myclass)#3 (1) { +object(myclass)#%d (1) { ["value"]=> string(1) "1" } myclass::__construct() -object(myclass2)#3 (1) { +object(myclass2)#%d (1) { ["value"]=> string(1) "2" } myclass::__construct() array(2) { [0]=> - object(myclass)#3 (1) { + object(myclass)#%d (1) { ["value"]=> NULL } [1]=> - object(stdClass)#4 (1) { + object(stdClass)#%d (1) { ["value"]=> NULL }