diff --git a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt index de7fc984..beb0583e 100644 --- a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt +++ b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt @@ -46,8 +46,8 @@ print_r("Test finished successfully"); //calls various fetch methods function test_fetch($conn, $tableName, $columnName, $input){ - - $len = strlen($input); + + $len = strlen($input); $result = ""; $sql = "SELECT $columnName from $tableName";