Skip to content

Commit fc42098

Browse files
authored
Fix typo in lob_prefetch_ini.phpt test (#9099)
1 parent 0adbf9c commit fc42098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/oci8/tests/lob_prefetch_ini.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ print(count($locarr) . "\n");
134134
print(count($inlinearr) . "\n");
135135
check_clobs($locarr, $inlinearr);
136136

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

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

0 commit comments

Comments
 (0)