We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b88b2 commit f4469aaCopy full SHA for f4469aa
ibm_db2.c
@@ -988,7 +988,7 @@ PHP_MINFO_FUNCTION(ibm_db2)
988
if (IBM_DB2_G(i5_char_trim) > 0) {
989
php_info_print_table_row(2, "Trim spaces character results (ibm_db2.i5_char_trim)", "1 - enabled");
990
} else {
991
- php_info_print_table_row(2, "rim spaces character results (ibm_db2.i5_char_trim)", "0 - disabled");
+ php_info_print_table_row(2, "Trim spaces character results (ibm_db2.i5_char_trim)", "0 - disabled");
992
}
993
#endif /* PASE */
994
php_info_print_table_end();
0 commit comments