fixed indentation in pdo test

This commit is contained in:
Hadis Kakanejadi Fard 2017-05-03 14:47:58 -07:00 committed by GitHub
parent 4d06de4aaf
commit 1db0a5a38c

View file

@ -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
Done