mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
f7f557926e
* mysqli_get_server_info() cannot return null. The underlying API is infallible. * mysqli_select_db() func info is redundant. * mb_detect_order() can only return array|true, not array|false. Also make the func_info.phpt test that is supposed to catch these kinds of issues actually work.