From 31314f5256c584104e4c95fa1899806f54bbcb5c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 14 Oct 2008 17:37:13 +0000 Subject: [PATCH] - Fixed test --- ext/pdo_mysql/tests/bug46292.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } -- 2.50.1