1
0
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:
Michael Voříšek
2022-07-22 18:17:03 +02:00
committed by GitHub
parent 0adbf9c2d4
commit fc42098c23
+1 -1
View File
@@ -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);