From: Dmitry Stogov Date: Wed, 12 Jul 2006 07:55:17 +0000 (+0000) Subject: Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked... X-Git-Tag: php-5.2.0RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6d2c540595c856f2254b1743fda6ec2ce6f05d7;p=php Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished) --- 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()