felipe Tue Oct 14 17:37:13 2008 UTC Modified files: /php-src/ext/pdo_mysql/tests bug46292.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/pdo_mysql/tests/bug46292.phpt diff -u php-src/ext/pdo_mysql/tests/bug46292.phpt:1.1 php-src/ext/pdo_mysql/tests/bug46292.phpt:1.2 --- php-src/ext/pdo_mysql/tests/bug46292.phpt:1.1 Tue Oct 14 17:34:11 2008 +++ php-src/ext/pdo_mysql/tests/bug46292.phpt Tue Oct 14 17:37:13 2008 @@ -48,24 +48,24 @@ --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 }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php