summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/pdo_012.phpt')
-rw-r--r--ext/pdo/tests/pdo_012.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo/tests/pdo_012.phpt b/ext/pdo/tests/pdo_012.phpt
index 0570f446cf..1acad839de 100644
--- a/ext/pdo/tests/pdo_012.phpt
+++ b/ext/pdo/tests/pdo_012.phpt
@@ -25,10 +25,10 @@ var_dump($stmt->fetchAll());
class Test
{
- function __construct($name = 'N/A')
- {
- echo __METHOD__ . "($name)\n";
- }
+ function __construct($name = 'N/A')
+ {
+ echo __METHOD__ . "($name)\n";
+ }
}
unset($stmt);