From b6d2c540595c856f2254b1743fda6ec2ce6f05d7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 12 Jul 2006 07:55:17 +0000 Subject: [PATCH] Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished) --- ext/pdo/tests/pdo_026.phpt | 2 +- ext/pdo/tests/pdo_029.phpt | 2 +- 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() -- 2.50.1