diff options
-rw-r--r-- | ext/pdo/tests/pdo_026.phpt | 2 | ||||
-rwxr-xr-x | ext/pdo/tests/pdo_029.phpt | 2 | ||||
-rwxr-xr-x | ext/pdo/tests/pdo_030.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo/tests/pdo_026.phpt b/ext/pdo/tests/pdo_026.phpt index a0891bedfd..d993f32445 100644 --- a/ext/pdo/tests/pdo_026.phpt +++ b/ext/pdo/tests/pdo_026.phpt @@ -107,5 +107,5 @@ array(3) { string(3) "tsr" } ===DONE=== -PDODatabase::__destruct() PDOStatementX::__destruct() +PDODatabase::__destruct() diff --git a/ext/pdo/tests/pdo_029.phpt b/ext/pdo/tests/pdo_029.phpt index c0b674cd45..a5847149cc 100755 --- a/ext/pdo/tests/pdo_029.phpt +++ b/ext/pdo/tests/pdo_029.phpt @@ -121,5 +121,5 @@ array(3) { string(3) "tsr" } ===DONE=== -PDODatabase::__destruct() PDOStatementX::__destruct() +PDODatabase::__destruct() diff --git a/ext/pdo/tests/pdo_030.phpt b/ext/pdo/tests/pdo_030.phpt index 854dedc2ca..b6482d69d3 100755 --- a/ext/pdo/tests/pdo_030.phpt +++ b/ext/pdo/tests/pdo_030.phpt @@ -135,5 +135,5 @@ array(3) { string(3) "tsr" } ===DONE=== -PDODatabase::__destruct() PDOStatementX::__destruct() +PDODatabase::__destruct() |