Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/oci8/tests/lob_prefetch_ini.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ print(count($locarr) . "\n");
print(count($inlinearr) . "\n");
check_clobs($locarr, $inlinearr);

print("Test 5 - BLOB with current ocig8.prefetch_lob_size \n");
print("Test 5 - BLOB with current ocig8.prefetch_lob_size\n");

$sql = "select blob from {$schema}{$table_name}" . " order by id";
$locarr = get_blob_loc($c, $sql, -1);
Expand Down