History log of /PHP-8.2/ext/mbstring/tests/mb_get_info_http_input.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d8ef868b 26-Nov-2023 Alex Dowad

Return value of mb_get_info can be NULL

This has been the case at least since PHP 5.4. Thanks to Girgias for
pointing it out.

It appears that there are several global variables

Return value of mb_get_info can be NULL

This has been the case at least since PHP 5.4. Thanks to Girgias for
pointing it out.

It appears that there are several global variables internal to mbstring
which can be queried via mb_get_info() and which could be NULL, but
at the very least, we know that "mbstring.http_input" is one of them.

show more ...