summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests')
-rw-r--r--ext/pdo/tests/bug_39656.phpt1
-rw-r--r--ext/pdo/tests/bug_44173.phpt1
-rw-r--r--ext/pdo/tests/bug_52098.phpt2
-rw-r--r--ext/pdo/tests/bug_64172.phpt2
-rw-r--r--ext/pdo/tests/pecl_bug_5772.phpt1
-rw-r--r--ext/pdo/tests/pecl_bug_5809.phpt1
6 files changed, 2 insertions, 6 deletions
diff --git a/ext/pdo/tests/bug_39656.phpt b/ext/pdo/tests/bug_39656.phpt
index 9ee54916bb..eacb693918 100644
--- a/ext/pdo/tests/bug_39656.phpt
+++ b/ext/pdo/tests/bug_39656.phpt
@@ -48,4 +48,3 @@ array(4) {
}
bool(false)
Done
-
diff --git a/ext/pdo/tests/bug_44173.phpt b/ext/pdo/tests/bug_44173.phpt
index f13abaa5d5..ecb76127d6 100644
--- a/ext/pdo/tests/bug_44173.phpt
+++ b/ext/pdo/tests/bug_44173.phpt
@@ -75,4 +75,3 @@ bool(false)
Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument in %s
bool(false)
-
diff --git a/ext/pdo/tests/bug_52098.phpt b/ext/pdo/tests/bug_52098.phpt
index c9d39af522..937fc4ab06 100644
--- a/ext/pdo/tests/bug_52098.phpt
+++ b/ext/pdo/tests/bug_52098.phpt
@@ -56,4 +56,4 @@ $db->exec("DROP TABLE test");
Calling object method 'foo'
Calling object method 'bar'
Calling object method 'lucky'
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/pdo/tests/bug_64172.phpt b/ext/pdo/tests/bug_64172.phpt
index e8949fe597..266ff6a33b 100644
--- a/ext/pdo/tests/bug_64172.phpt
+++ b/ext/pdo/tests/bug_64172.phpt
@@ -81,4 +81,4 @@ array(3) {
[2]=>
NULL
}
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/pdo/tests/pecl_bug_5772.phpt b/ext/pdo/tests/pecl_bug_5772.phpt
index e38c8947e2..1b5dbb3bd2 100644
--- a/ext/pdo/tests/pecl_bug_5772.phpt
+++ b/ext/pdo/tests/pecl_bug_5772.phpt
@@ -24,6 +24,5 @@ function heLLO($row) {
foreach ($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_FUNC, 'heLLO') as $row) {
var_dump($row);
}
-
--EXPECT--
string(1) "1"
diff --git a/ext/pdo/tests/pecl_bug_5809.phpt b/ext/pdo/tests/pecl_bug_5809.phpt
index bb412812e5..f9d3f75ea7 100644
--- a/ext/pdo/tests/pecl_bug_5809.phpt
+++ b/ext/pdo/tests/pecl_bug_5809.phpt
@@ -22,7 +22,6 @@ var_dump($values);
$stmt = $db->prepare('SELECT * FROM test WHERE id = ?');
$stmt->execute($values);
var_dump($values);
-
--EXPECT--
array(1) {
[0]=>