From fd1cc60cb67cdacbe2062ffdec5e381f34b2017e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Fri, 22 Jul 2022 13:40:37 +0200 Subject: [PATCH] Fix typo in lob_prefetch_ini.phpt test --- ext/oci8/tests/lob_prefetch_ini.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/tests/lob_prefetch_ini.phpt b/ext/oci8/tests/lob_prefetch_ini.phpt index b37217d034469..51ae2e3c9a8ca 100755 --- a/ext/oci8/tests/lob_prefetch_ini.phpt +++ b/ext/oci8/tests/lob_prefetch_ini.phpt @@ -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);