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 bf05987 commit 7e7e4feCopy full SHA for 7e7e4fe
ext/mbstring/mbstring.c
@@ -323,7 +323,7 @@ static const sapi_post_entry mbstr_post_entries[] = {
323
};
324
/* }}} */
325
326
-static const mbfl_encoding *php_mb_get_encoding(zend_string *encoding_name, const uint32_t arg_num) {
+static const mbfl_encoding *php_mb_get_encoding(zend_string *encoding_name, uint32_t arg_num) {
327
if (encoding_name) {
328
const mbfl_encoding *encoding;
329
zend_string *last_encoding_name = MBSTRG(last_used_encoding_name);
0 commit comments