From 01ef592fba325cd28ff3f1d28f23f1cea633eb01 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 20 May 2014 13:55:15 +0400 Subject: [PATCH] Reverted last commit --- ext/pdo_sqlite/tests/bug43831.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_sqlite/tests/bug43831.phpt b/ext/pdo_sqlite/tests/bug43831.phpt index 4620559da4..2746e7c178 100644 --- a/ext/pdo_sqlite/tests/bug43831.phpt +++ b/ext/pdo_sqlite/tests/bug43831.phpt @@ -44,7 +44,7 @@ var_dump($bar); --EXPECTF-- Bar Bar -object(PDO)#%d (0) { +object(MyPDO)#%d (0) { } object(MyPDO)#%d (0) { } -- 2.50.1