Skip to content

Commit 44fdd25

Browse files
committed
Fixes
1 parent 0ea3181 commit 44fdd25

20 files changed

+22
-0
lines changed

ext/pdo_dblib/tests/bug_45876.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pdo_dblib
66
<?php
77
require __DIR__ . '/config.inc';
88
?>
9+
--CONFLICTS--
10+
pdo_dblib
911
--FILE--
1012
<?php
1113
require __DIR__ . '/config.inc';

ext/pdo_dblib/tests/bug_50755.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pdo_dblib
77
if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
88
require __DIR__ . '/config.inc';
99
?>
10+
--CONFLICTS--
11+
pdo_dblib
1012
--FILE--
1113
<?php
1214
require __DIR__ . '/config.inc';

ext/pdo_firebird/tests/CONFLICTS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
firebird

ext/pdo_firebird/tests/bug_47415.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ unset($dbh);
4040
<?php
4141
require 'testdb.inc';
4242
@$dbh->exec("DROP TABLE test47415");
43+
unset($dbh);
4344
?>
4445
--EXPECT--
4546
bool(false)

ext/pdo_firebird/tests/bug_48877.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ unset($dbh);
4141
<?php
4242
require 'testdb.inc';
4343
@$dbh->exec("DROP TABLE test48877");
44+
unset($dbh);
4445
?>
4546
--EXPECT--
4647
bool(false)

ext/pdo_firebird/tests/bug_53280.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ unset($dbh);
3939
<?php
4040
require 'testdb.inc';
4141
@$dbh->exec("DROP TABLE test53280");
42+
unset($dbh);
4243
?>
4344
--EXPECT--
4445
array(1) {

ext/pdo_firebird/tests/bug_62024.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ unset($dbh);
4747
<?php
4848
require 'testdb.inc';
4949
@$dbh->exec("DROP TABLE test62024");
50+
unset($dbh);
5051
?>
5152
--EXPECT--
5253
bool(true)

ext/pdo_firebird/tests/bug_64037.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ unset($dbh);
4141
<?php
4242
require 'testdb.inc';
4343
@$dbh->exec("DROP TABLE test64037");
44+
unset($dbh);
4445
?>
4546
--EXPECT--
4647
string(5) "-1.00"

ext/pdo_firebird/tests/bug_72583.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ unset($dbh);
2323
<?php
2424
require 'testdb.inc';
2525
@$dbh->exec("DROP TABLE test72583");
26+
unset($dbh);
2627
?>
2728
--EXPECT--
2829
integer

ext/pdo_firebird/tests/bug_72931.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ unset($dbh);
2222
<?php
2323
require 'testdb.inc';
2424
@$dbh->exec("DROP TABLE test72931");
25+
unset($dbh);
2526
?>
2627
--EXPECT--
2728
1

ext/pdo_firebird/tests/bug_73087.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ echo 'OK';
2929
<?php
3030
require 'testdb.inc';
3131
@$dbh->exec("DROP TABLE test73087");
32+
unset($dbh);
3233
?>
3334
--EXPECT--
3435
OK

ext/pdo_firebird/tests/bug_74462.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var_dump($D);
2424
<?php
2525
require 'testdb.inc';
2626
@$dbh->exec("DROP TABLE test74462");
27+
unset($dbh);
2728
?>
2829
--EXPECT--
2930
array(3) {

ext/pdo_firebird/tests/bug_80521.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ object(PDOStatement)#%d (1) {
2222
<?php
2323
require 'testdb.inc';
2424
@$dbh->exec("DROP TABLE bug80521");
25+
unset($dbh);
2526
?>

ext/pdo_firebird/tests/bug_aaa.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ echo 'OK';
2323
<?php
2424
require 'testdb.inc';
2525
@$dbh->exec("DROP TABLE test_aaa");
26+
unset($dbh);
2627
?>
2728
--EXPECT--
2829
OK

ext/pdo_firebird/tests/ddl.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require("testdb.inc");
3939
@$dbh->exec('DROP TABLE test_ddl');
4040
@$dbh->exec('DROP GENERATOR gen_test_ddl_id');
4141
@$dbh->exec('DROP TRIGGER test_ddl_bi');
42+
unset($dbh);
4243

4344
?>
4445
--EXPECT--

ext/pdo_firebird/tests/dialect_1.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ echo "done\n";
5656
<?php
5757
require 'testdb.inc';
5858
@$dbh->exec('DROP TABLE test_dialect_1');
59+
unset($dbh);
5960
--EXPECT--
6061
int(1)
6162
string(8) "2.000000"

ext/pdo_firebird/tests/execute.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ echo "done\n";
4747
<?php
4848
require 'testdb.inc';
4949
@$dbh->exec('DROP TABLE test_execute');
50+
unset($dbh);
5051
--EXPECT--
5152
bool(true)
5253
int(1)

ext/pdo_firebird/tests/gh10908.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ echo "Did not crash\n";
5757
<?php
5858
require 'testdb.inc';
5959
@$dbh->exec("DROP TABLE gh10908");
60+
unset($dbh);
6061
?>
6162
--EXPECT--
6263
Array

ext/pdo_firebird/tests/gh8576.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ array(1) {
2727
<?php
2828
require 'testdb.inc';
2929
@$dbh->exec("DROP TABLE gh8576");
30+
unset($dbh);
3031
?>

ext/pdo_firebird/tests/rowCount.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ unset($dbh);
4545
<?php
4646
require 'testdb.inc';
4747
@$dbh->exec('DROP TABLE test_rowcount');
48+
unset($dbh);
4849
--EXPECT--
4950
bool(false)
5051
int(2)

0 commit comments

Comments
 (0)