diff options
Diffstat (limited to 'ext/pdo/tests/pdo_012.phpt')
-rw-r--r-- | ext/pdo/tests/pdo_012.phpt | 8 |
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); |