Skip to content

Commit

Permalink
fixed indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadis Kakanejadi Fard authored Feb 22, 2017
1 parent 40893c0 commit c89c464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pdo_sqlsrv/pdo_270_fetch_binary.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit c89c464

Please sign in to comment.