internal_encoding
mb_internal_encoding()
Moves the usage of `mb_internal_encoding()` to INI section for the tests not testing the encoding/function itself, but the other mbstring/iconv functions.
When micro-benchmarking on relatively short ASCII strings, the new implementation was about 30% faster than the old one.