summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-05-27 11:48:25 +0800
committerXinchen Hui <laruence@php.net>2014-05-27 11:48:25 +0800
commit3a1f79d51d81d3a2b0bd70bdf986fa192c53c56b (patch)
treede755a50bbabf6dee8d457dc1b60393487eb83b4
parente34a6e9211559827d7747e028f46ebe92e334d2d (diff)
downloadphp-git-3a1f79d51d81d3a2b0bd70bdf986fa192c53c56b.tar.gz
Fixed bug #47407
-rw-r--r--ext/pdo_mysql/tests/bug63176.phpt4
-rw-r--r--ext/pdo_sqlite/tests/bug43831.phpt2
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo_mysql/tests/bug63176.phpt b/ext/pdo_mysql/tests/bug63176.phpt
index ee928c093d..c5be644450 100644
--- a/ext/pdo_mysql/tests/bug63176.phpt
+++ b/ext/pdo_mysql/tests/bug63176.phpt
@@ -47,8 +47,8 @@ object(ModelA)#%d (1) {
}
object(ModelA)#%d (1) {
["db"]=>
- object(PDO2)#%d (1) {
- ["transLevel":protected]=>
+ object(PDO3)#%d (1) {
+ ["tomato":protected]=>
NULL
}
}
diff --git a/ext/pdo_sqlite/tests/bug43831.phpt b/ext/pdo_sqlite/tests/bug43831.phpt
index 2746e7c178..4620559da4 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(MyPDO)#%d (0) {
+object(PDO)#%d (0) {
}
object(MyPDO)#%d (0) {
}