From 1db0a5a38c0cba4ced1db240903b6ff2faf9bb10 Mon Sep 17 00:00:00 2001 From: Hadis Kakanejadi Fard Date: Wed, 3 May 2017 14:47:58 -0700 Subject: [PATCH] fixed indentation in pdo test --- test/pdo_sqlsrv/pdo_378_out_param_error.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/pdo_sqlsrv/pdo_378_out_param_error.phpt b/test/pdo_sqlsrv/pdo_378_out_param_error.phpt index 46e787fc..2bec70ed 100644 --- a/test/pdo_sqlsrv/pdo_378_out_param_error.phpt +++ b/test/pdo_sqlsrv/pdo_378_out_param_error.phpt @@ -49,12 +49,12 @@ function executeSP($conn, $procName){ $v3 = 'str'; $stmt->execute(); if (!$stmt) { - print_r($stmt->errorInfo()); - } + print_r($stmt->errorInfo()); + } if ( $v3 != $expected ) { print("The expected value is $expected, actual value is $v3\n"); } } ?> --EXPECT-- -Done \ No newline at end of file +Done