mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Fix typo in lob_prefetch_ini.phpt test (#9099)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user