diff options
| -rw-r--r-- | ext/pdo_sqlite/tests/bug43831.phpt | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) {  } | 
